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",