From b06d9d5fcf06456dc90e450e20325a3c13adee5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:54:00 +0000 Subject: [PATCH] chore(deps): bump date-fns from 2.30.0 to 3.0.6 in /ui Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.0.6. - [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/v2.30.0...v3.0.6) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 18 ++++++------------ ui/package.json | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index bc7838a13..61a3474d5 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "bricks.js": "1.8.0", "copy-to-clipboard": "3.3.3", "csshake": "1.7.0", - "date-fns": "2.30.0", + "date-fns": "3.0.6", "downshift": "8.3.1", "favico.js": "0.3.10", "fontfaceobserver": "2.3.0", @@ -5841,18 +5841,12 @@ } }, "node_modules/date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.6.tgz", + "integrity": "sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debug": { diff --git a/ui/package.json b/ui/package.json index 374c5807e..98fd48d74 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,7 +17,7 @@ "bricks.js": "1.8.0", "copy-to-clipboard": "3.3.3", "csshake": "1.7.0", - "date-fns": "2.30.0", + "date-fns": "3.0.6", "downshift": "8.3.1", "favico.js": "0.3.10", "fontfaceobserver": "2.3.0",