From 9f756bdf3ba2b4f6d7020125706f65636826b0a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:12:08 +0000 Subject: [PATCH] Bump date-fns from 3.3.1 to 3.4.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.1 to 3.4.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.3.1...v3.4.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... 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 0f889a0..6bf925b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@tanstack/react-query": "^5.25.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "date-fns": "^3.3.1", + "date-fns": "^3.4.0", "lodash": "^4.17.21", "lucide-react": "^0.352.0", "next": "14.1.3", @@ -2606,9 +2606,9 @@ "dev": true }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.4.0.tgz", + "integrity": "sha512-Akz4R8J9MXBsOgF1QeWeCsbv6pntT5KCPjU0Q9prBxVmWJYPLhwAIsNg3b0QAdr0ttiozYLD3L/af7Ra0jqYXw==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index c2fcc4b..cdd747b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tanstack/react-query": "^5.25.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "date-fns": "^3.3.1", + "date-fns": "^3.4.0", "lodash": "^4.17.21", "lucide-react": "^0.352.0", "next": "14.1.3",