From f323f8d6cefdba1a356a05834001145d63ea9485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 13:39:58 +0000 Subject: [PATCH] chore(deps): bump date-fns from 3.6.0 to 4.4.0 in /frontend Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.4.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Commits](https://github.com/date-fns/date-fns/compare/v3.6.0...v4.4.0) --- updated-dependencies: - dependency-name: date-fns dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e16c4bf..a2c36ac 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "axios": "1.16.1", "clsx": "^2.1.1", "d3-force": "^3.0.0", - "date-fns": "3.6.0", + "date-fns": "4.4.0", "lucide-react": "0.383.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -2332,9 +2332,10 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz", + "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/frontend/package.json b/frontend/package.json index 71e6530..2a26051 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "axios": "1.16.1", "clsx": "^2.1.1", "d3-force": "^3.0.0", - "date-fns": "3.6.0", + "date-fns": "4.4.0", "lucide-react": "0.383.0", "react": "18.3.1", "react-dom": "18.3.1",