From 69c6566fa0ff7afaf3398030b9c797b262b37543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:45:29 +0000 Subject: [PATCH] chore(deps): bump date-fns and date-fns-tz Bumps [date-fns](https://github.com/date-fns/date-fns) and [date-fns-tz](https://github.com/marnusw/date-fns-tz). These dependencies needed to be updated together. Updates `date-fns` from 2.30.0 to 4.1.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...v4.1.0) Updates `date-fns-tz` from 2.0.1 to 3.2.0 - [Release notes](https://github.com/marnusw/date-fns-tz/releases) - [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md) - [Commits](https://github.com/marnusw/date-fns-tz/compare/v2.0.1...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major - dependency-name: date-fns-tz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++----------------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7360519..9ed12ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,8 +22,8 @@ "axios": "^1.7.7", "body-parser": "^1.20.3", "cookie-parser": "^1.4.7", - "date-fns": "^2.30.0", - "date-fns-tz": "^2.0.1", + "date-fns": "^4.1.0", + "date-fns-tz": "^3.2.0", "dotenv": "^16.4.5", "express": "^4.21.1", "express-handlebars": "^7.1.3", @@ -6317,26 +6317,20 @@ } }, "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": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/date-fns-tz": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-2.0.1.tgz", - "integrity": "sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.2.0.tgz", + "integrity": "sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==", "peerDependencies": { - "date-fns": "2.x" + "date-fns": "^3.0.0 || ^4.0.0" } }, "node_modules/debug": { diff --git a/package.json b/package.json index 88ac8ae..efe45e3 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "axios": "^1.7.7", "body-parser": "^1.20.3", "cookie-parser": "^1.4.7", - "date-fns": "^2.30.0", - "date-fns-tz": "^2.0.1", + "date-fns": "^4.1.0", + "date-fns-tz": "^3.2.0", "dotenv": "^16.4.5", "express": "^4.21.1", "express-handlebars": "^7.1.3",