From a4d33dc41429a7a3ee0a6a7091b325e0f3104631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:49:57 -0700 Subject: [PATCH] fix(deps): update dependency date-fns to v4 (#1173) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9ec38a2aa3..98a19a144b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@vueuse/core": "^11.1.0", "aws-amplify": "^6.3.5", "axios": "^1.7.2", - "date-fns": "^3.0.0", + "date-fns": "^4.0.0", "dotenv": "^16.0.0", "vue": "^3.5.6", "vue-dompurify-html": "^5.0.1", @@ -9214,9 +9214,9 @@ } }, "node_modules/date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "license": "MIT", "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index e2fc886de6..d4c6845afd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@vueuse/core": "^11.1.0", "aws-amplify": "^6.3.5", "axios": "^1.7.2", - "date-fns": "^3.0.0", + "date-fns": "^4.0.0", "dotenv": "^16.0.0", "vue": "^3.5.6", "vue-dompurify-html": "^5.0.1",