From 05abe09cb9eb84a637a16d7b7192b42703c912f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:12:04 +0000 Subject: [PATCH] build(deps): bump date-fns from 3.6.0 to 4.1.0 in /app 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] --- app/package-lock.json | 18 ++++++++++++++---- app/package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 4e5fa936..a4fd18da 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/vite": "^4.0.15", "@types/geojson": "^7946.0.10", "axios": "^1.6.5", - "date-fns": "^3.3.1", + "date-fns": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-rnd": "^10.4.1", @@ -5114,9 +5114,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", @@ -11572,6 +11572,16 @@ "react-dom": "^18.2.0" } }, + "node_modules/utopia-ui/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==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" + } + }, "node_modules/uzip": { "version": "0.20201231.0", "resolved": "https://registry.npmjs.org/uzip/-/uzip-0.20201231.0.tgz", diff --git a/app/package.json b/app/package.json index c89829ab..0ac26709 100644 --- a/app/package.json +++ b/app/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.0.15", "@types/geojson": "^7946.0.10", "axios": "^1.6.5", - "date-fns": "^3.3.1", + "date-fns": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-rnd": "^10.4.1",