diff --git a/package-lock.json b/package-lock.json index 55aa0677..6ba5af3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/node": "20.12.12", "@types/react": "18.2.56", "@types/react-dom": "18.2.7", - "dayjs": "^1.11.7", + "dayjs": "^1.11.11", "millify": "^6.1.0", "next": "13.4.9", "postcss-import": "^16.1.0", @@ -2334,9 +2334,9 @@ "dev": true }, "node_modules/dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "node_modules/debug": { "version": "4.3.4", @@ -7761,9 +7761,9 @@ "dev": true }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index cbc226dc..757f1151 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/node": "20.12.12", "@types/react": "18.2.56", "@types/react-dom": "18.2.7", - "dayjs": "^1.11.7", + "dayjs": "^1.11.11", "millify": "^6.1.0", "next": "13.4.9", "postcss-import": "^16.1.0",