From 869954f33acba676a7db6cac4ac09f091a39c427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:59:15 +0000 Subject: [PATCH] Bump date-fns from 3.6.0 to 4.0.0 in /frontend Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/commits) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 93dd77e65..4754c0311 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "axios": "^1.7.4", "clsx": "^2.0.0", "cookies-next": "^4.2.0", - "date-fns": "^3.6.0", + "date-fns": "^4.0.0", "dayjs": "^1.11.10", "i18next": "^23.15.0", "next": "^14.2.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 1fd0d2cfb..8eb606134 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2256,10 +2256,10 @@ data-view-byte-offset@^1.0.0: es-errors "^1.3.0" is-data-view "^1.0.1" -date-fns@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf" - integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww== +date-fns@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.0.0.tgz#3a2c76d061c13439660b0524300df93617ce0880" + integrity sha512-6K33+I8fQ5otvHgLIvKK1xmMbLAh0pduyrx7dwMXKiGYeoWhmk6M3Zoak9n7bXHMJQlHq1yqmdGy1QxKddJjUA== dayjs@^1.11.10: version "1.11.10"