From eeff7cfe45f7663a89e7868b21eab135c0129828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:52:53 +0000 Subject: [PATCH] Bump date-fns from 2.30.0 to 4.1.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 4.1.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/compare/v2.30.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fce95615..499b98d24 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "country-list": "^2.3.0", "country-list-js": "^3.1.8", "cursor-effects": "^1.0.15", - "date-fns": "^2.30.0", + "date-fns": "^4.1.0", "devtools-detect": "^4.0.1", "form-data": "^4.0.0", "fuzzysort": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index 732656dd6..40fae689b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3499,6 +3499,11 @@ date-fns@^2.30.0: dependencies: "@babel/runtime" "^7.21.0" +date-fns@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14" + integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg== + debug@2: version "2.6.9" resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"