From da374009cd4b7441dce5637b3bfc5236e6684d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:31:38 +0000 Subject: [PATCH] deps(frontend): bump date-fns from 4.1.0 to 4.2.1 in /frontend Bumps [date-fns](https://github.com/date-fns/date-fns) from 4.1.0 to 4.2.1. - [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/v4.1.0...v4.2.1) --- updated-dependencies: - dependency-name: date-fns dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 5357a63..b315a74 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@heroicons/react": "^2.2.0", "clsx": "^2.1.1", - "date-fns": "^4.1.0", + "date-fns": "^4.2.1", "jose": "^6.2.3", "next": "16.2.6", "react": "19.2.5", @@ -4739,9 +4739,9 @@ } }, "node_modules/date-fns": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", - "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.2.1.tgz", + "integrity": "sha512-37RhSdxaG1suen6VDCza6rNrQfooyQh57HFVPwQGEq2QWliVLzPQZ8Oa017weOu+HZCnzI7N3Pf/wyoBKfEqrA==", "license": "MIT", "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index e5d1b8b..629116c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "dependencies": { "@heroicons/react": "^2.2.0", "clsx": "^2.1.1", - "date-fns": "^4.1.0", + "date-fns": "^4.2.1", "jose": "^6.2.3", "next": "16.2.6", "react": "19.2.5",