From 2853fb9092d6aa7991ca888387c51b24aa9dce1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:53:19 +0100 Subject: [PATCH] build(deps): bump date-fns from 2.30.0 to 3.0.0 (#802) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.0.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/v2.30.0...v3.0.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++------------ react-server-list/package.json | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97623dde..b41017b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4533,18 +4533,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.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0.tgz", + "integrity": "sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debug": { @@ -10660,7 +10654,7 @@ "dependencies": { "@babel/runtime": "^7.23.6", "@mui/material": "^5.14.18", - "date-fns": "^2.29.3", + "date-fns": "^3.0.0", "node-fetch": "^3.3.1", "prop-types": "^15.7.2", "react-markdown": "^9.0.0", diff --git a/react-server-list/package.json b/react-server-list/package.json index d6d7d89d..2042a737 100644 --- a/react-server-list/package.json +++ b/react-server-list/package.json @@ -30,7 +30,7 @@ "dependencies": { "@babel/runtime": "^7.23.6", "@mui/material": "^5.14.18", - "date-fns": "^2.29.3", + "date-fns": "^3.0.0", "node-fetch": "^3.3.1", "prop-types": "^15.7.2", "react-markdown": "^9.0.0",