diff --git a/package-lock.json b/package-lock.json index ef804c9..3b88a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -846,9 +846,9 @@ "optional": true }, "dayjs": { - "version": "1.8.17", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.17.tgz", - "integrity": "sha512-47VY/htqYqr9GHd7HW/h56PpQzRBSJcxIQFwqL3P20bMF/3az5c3PWdVY3LmPXFl6cQCYHL7c79b9ov+2bOBbw==" + "version": "1.8.22", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.22.tgz", + "integrity": "sha512-N8IXfxBD62Y9cKTuuuSoOlCXRnnzaTj1vu91r855iq6FbY5cZqOZnW/95nUn6kJiR+W9PHHrLykEoQOe6fUKxQ==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index 098a81c..5202235 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "dayjs": "^1.8.17", + "dayjs": "^1.8.22", "express": "^4.17.1", "firebase-admin": "^8.8.0", "morgan": "^1.9.1",