From 9acb8f9c0013168f63e1b65133c71ab1d695ecd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:23:03 +0100 Subject: [PATCH] Bump date-fns from 3.4.0 to 3.6.0 (#910) Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.4.0 to 3.6.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.4.0...v3.6.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6e561c1b..37ebe641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "astro": "4.9.2", "astro-expressive-code": "^0.33.4", "astro-redirect-from": "^1.0.6", - "date-fns": "^3.4.0", + "date-fns": "^3.6.0", "dms2dec": "^1.1.0", "fast-exif": "^2.0.1", "feather-icons": "^4.29.1", @@ -12692,9 +12692,9 @@ } }, "node_modules/date-fns": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.4.0.tgz", - "integrity": "sha512-Akz4R8J9MXBsOgF1QeWeCsbv6pntT5KCPjU0Q9prBxVmWJYPLhwAIsNg3b0QAdr0ttiozYLD3L/af7Ra0jqYXw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index c41d98ac..259a6c94 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "astro": "4.9.2", "astro-expressive-code": "^0.33.4", "astro-redirect-from": "^1.0.6", - "date-fns": "^3.4.0", + "date-fns": "^3.6.0", "dms2dec": "^1.1.0", "fast-exif": "^2.0.1", "feather-icons": "^4.29.1",