From 30d32ce7930ba82c867340cd81df46cafa1aec20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:56:20 +0000 Subject: [PATCH] Bump date-fns from 3.3.0 to 3.3.1 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.0 to 3.3.1. - [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.0...v3.3.1) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a37ccb7..fd4e4edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "clsx": "^2.1.0", "compare-versions": "^6.1.0", "csvtojson": "^2.0.10", - "date-fns": "^3.3.0", + "date-fns": "^3.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-external-link": "^2.2.0", @@ -5271,9 +5271,9 @@ } }, "node_modules/date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -14707,9 +14707,9 @@ } }, "date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index dea364a3..43f94cf0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "clsx": "^2.1.0", "compare-versions": "^6.1.0", "csvtojson": "^2.0.10", - "date-fns": "^3.3.0", + "date-fns": "^3.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-external-link": "^2.2.0",