From 8eec2c3d6ff6c1afff046f67ad25a60e75d1014d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:23:28 +0000 Subject: [PATCH] chore(deps)(deps): bump date-fns from 3.6.0 to 4.1.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.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/v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 933fe5a..8bf46da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "cmdk": "^1.0.0", "cronstrue": "^3.14.0", "crypto-js": "^4.2.0", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "diff": "^8.0.2", "embla-carousel-react": "^8.3.0", "fflate": "^0.8.2", @@ -6716,9 +6716,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/package.json b/package.json index be343a6..e0568a6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cmdk": "^1.0.0", "cronstrue": "^3.14.0", "crypto-js": "^4.2.0", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "diff": "^8.0.2", "embla-carousel-react": "^8.3.0", "fflate": "^0.8.2",