From 898d65676d5dbcdfd70b7cb446a26fe0c1b62721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:03:23 +0000 Subject: [PATCH] Bump date-fns from 3.4.0 to 3.6.0 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] --- 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 dc3e883e..9f06c5f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "astro": "4.5.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", @@ -12431,9 +12431,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 16ba0220..68240a0b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "astro": "4.5.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",