From 6381f18dbb6a9534c7d13e693ca48521abfc0710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:13:39 +0000 Subject: [PATCH] chore(deps): bump date-fns from 3.6.0 to 4.0.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.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/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/controllers/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d459f458..1ed9be40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4339,9 +4339,9 @@ } }, "node_modules/date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.0.0.tgz", + "integrity": "sha512-6K33+I8fQ5otvHgLIvKK1xmMbLAh0pduyrx7dwMXKiGYeoWhmk6M3Zoak9n7bXHMJQlHq1yqmdGy1QxKddJjUA==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -11291,7 +11291,7 @@ "dependencies": { "@stimulus-library/mixins": "^1.2.2", "@stimulus-library/utilities": "^1.2.1", - "date-fns": "^3.0.0" + "date-fns": "^4.0.0" }, "devDependencies": { "agadoo": "^3.0.0", @@ -13129,7 +13129,7 @@ "@stimulus-library/utilities": "^1.2.1", "agadoo": "^3.0.0", "cypress": "^13.1.0", - "date-fns": "^3.0.0", + "date-fns": "^4.0.0", "fast-glob": "^3.2.12", "lerna": "^8.0.0", "rimraf": "^6.0.1", @@ -14590,9 +14590,9 @@ } }, "date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.0.0.tgz", + "integrity": "sha512-6K33+I8fQ5otvHgLIvKK1xmMbLAh0pduyrx7dwMXKiGYeoWhmk6M3Zoak9n7bXHMJQlHq1yqmdGy1QxKddJjUA==" }, "dateformat": { "version": "3.0.3", diff --git a/packages/controllers/package.json b/packages/controllers/package.json index bb7597f0..28a485a2 100644 --- a/packages/controllers/package.json +++ b/packages/controllers/package.json @@ -37,7 +37,7 @@ "dependencies": { "@stimulus-library/mixins": "^1.2.2", "@stimulus-library/utilities": "^1.2.1", - "date-fns": "^3.0.0" + "date-fns": "^4.0.0" }, "devDependencies": { "agadoo": "^3.0.0",