From 9bb5f0654391fd9ed3ef6ada16b503c540b73fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:08:34 +0000 Subject: [PATCH] Bump date-fns from 3.3.1 to 3.6.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.1 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/v3.3.1...v3.6.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48948dc00..effb9306f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cross-env": "^7.0.3", "cypress": "^13.8.1", "cypress-network-idle": "^1.14.2", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "dotenv": "^16.4.5", "expect": "^29.6.4", "graphql-request": "^2.0.0", @@ -6765,9 +6765,9 @@ } }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "dev": true, "funding": { "type": "github", diff --git a/package.json b/package.json index 8bfacc08b..af2c6935e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "cross-env": "^7.0.3", "cypress": "^13.8.1", "cypress-network-idle": "^1.14.2", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "dotenv": "^16.4.5", "expect": "^29.6.4", "graphql-request": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 5b33a4b90..d16333638 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3835,10 +3835,10 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -date-fns@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.3.1.tgz#7581daca0892d139736697717a168afbb908cfed" - integrity sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw== +date-fns@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf" + integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww== dayjs@^1.10.4, dayjs@^1.11.10: version "1.11.10"