From a2117f87b41e0cfcf978c8be69982286ace7c5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 01:27:30 +0000 Subject: [PATCH] build(deps): bump date-fns from 2.30.0 to 3.0.6 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] --- package-lock.json | 27 +++++++++------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13f3fbb53..c70dfad77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "comlink": "^4.3.1", "command-exists": "^1.2.9", "convert-units": "^3.0.0-beta.5", - "date-fns": "^2.30.0", + "date-fns": "^3.0.6", "glob": "^10.3.10", "keycloak-js": "^23.0.3", "keycloak-react-web": "^0.1.19", @@ -7811,18 +7811,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/debounce": { @@ -28532,12 +28526,9 @@ } }, "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==", - "requires": { - "@babel/runtime": "^7.21.0" - } + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.6.tgz", + "integrity": "sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==" }, "debounce": { "version": "1.2.1", diff --git a/package.json b/package.json index a8e8c814a..05d01cd56 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "comlink": "^4.3.1", "command-exists": "^1.2.9", "convert-units": "^3.0.0-beta.5", - "date-fns": "^2.30.0", + "date-fns": "^3.0.6", "glob": "^10.3.10", "keycloak-js": "^23.0.3", "keycloak-react-web": "^0.1.19",