From b4b32d2633de677e8744730e2887f4eb34471931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:52:18 +0000 Subject: [PATCH] build(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-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 be19c1e95..cc60a5b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-query": "5.56.2", "cookies-next": "4.2.1", - "date-fns": "3.6.0", + "date-fns": "4.1.0", "formik": "2.4.6", "i18next": "23.15.1", "markdown-to-jsx": "7.5.0", @@ -5107,9 +5107,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==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index 9a04c2935..6aedee234 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/react-query": "5.56.2", "cookies-next": "4.2.1", - "date-fns": "3.6.0", + "date-fns": "4.1.0", "formik": "2.4.6", "i18next": "23.15.1", "markdown-to-jsx": "7.5.0",