From 081ddffa0f35ad2b119afc526e790d98d5f3ce7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 05:53:53 +0800 Subject: [PATCH] Bump date-fns from 2.30.0 to 3.6.0 (#359) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.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/v2.30.0...v3.6.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 ++++++------------ package.json | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 731a94ec..56871a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "cheerio": "^1.0.0-rc.12", "colors": "^1.4.0", "country-emoji-languages": "^1.0.0", - "date-fns": "^2.30.0", + "date-fns": "^3.6.0", "decimal.js": "^10.4.3", "discord-api-types": "^0.37.47", "discord-giveaways": "^6.0.1", @@ -5565,18 +5565,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.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/dateformat": { diff --git a/package.json b/package.json index 11f1662e..0015a293 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cheerio": "^1.0.0-rc.12", "colors": "^1.4.0", "country-emoji-languages": "^1.0.0", - "date-fns": "^2.30.0", + "date-fns": "^3.6.0", "decimal.js": "^10.4.3", "discord-api-types": "^0.37.47", "discord-giveaways": "^6.0.1",