diff --git a/package-lock.json b/package-lock.json index 7604ad4c..34e439de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chokidar": "^4.0.3", "commander": "^14.0.3", "core-js": "2.6.12", - "dayjs": "^1.11.13", + "dayjs": "^1.11.20", "debug": "^4.3.4", "electron": "^40.0.0", "express": "^4.21.2", @@ -15623,9 +15623,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", "license": "MIT" }, "node_modules/de-indent": { diff --git a/package.json b/package.json index a2f54631..c8afd38d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chokidar": "^4.0.3", "commander": "^14.0.3", "core-js": "2.6.12", - "dayjs": "^1.11.13", + "dayjs": "^1.11.20", "debug": "^4.3.4", "electron": "^40.0.0", "express": "^4.21.2",