From 7090fa75e0333dcd60977e4fc5af55e553840b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:56:06 +0000 Subject: [PATCH] Bump date-fns from 3.4.0 to 3.6.0 in /ui 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] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index f82939f28..4ce92d7e9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -27,7 +27,7 @@ "@types/react-highlight-words": "^0.16.7", "classnames": "^2.5.1", "convert": "^5.0.0", - "date-fns": "^3.4.0", + "date-fns": "^3.6.0", "date-fns-tz": "^2.0.0", "eslint": "8.57.0", "eslint-config-next": "14.1.4", @@ -11494,9 +11494,9 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" }, "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/ui/package.json b/ui/package.json index eb2b2dbca..8ad9a7b5a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,7 +32,7 @@ "@types/react-highlight-words": "^0.16.7", "classnames": "^2.5.1", "convert": "^5.0.0", - "date-fns": "^3.4.0", + "date-fns": "^3.6.0", "date-fns-tz": "^2.0.0", "eslint": "8.57.0", "eslint-config-next": "14.1.4",