diff --git a/package-lock.json b/package-lock.json index 74eca68..0275dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4392,9 +4392,9 @@ } }, "dayjs": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.6.tgz", - "integrity": "sha512-HngNLtPEBWRo8EFVmHFmSXAjtCX8rGNqeXQI0Gh7wCTSqwaKgPIDqu9m07wABVopNwzvOeCb+2711vQhDlcIXw==" + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" }, "de-indent": { "version": "1.0.2", diff --git a/package.json b/package.json index 10277f4..974f498 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@nuxtjs/dotenv": "^1.4.1", "axios": "^0.21.0", "core-js": "^3.6.5", - "dayjs": "^1.9.6", + "dayjs": "^1.11.7", "luxon": "^1.25.0", "nuxt": "^2.14.6", "nuxt-fontawesome": "^0.4.0",