From 507f59875bc6d873e0dd1313a6a59baad397b9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:00:15 +0000 Subject: [PATCH] Bump date-fns from 3.0.6 to 3.6.0 in /login-workflow/example Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.0.6 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.0.6...v3.6.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- login-workflow/example/package.json | 2 +- login-workflow/example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/login-workflow/example/package.json b/login-workflow/example/package.json index 107bb8f6..307860f4 100644 --- a/login-workflow/example/package.json +++ b/login-workflow/example/package.json @@ -43,7 +43,7 @@ "@types/node": "^17.0.23", "@types/react": "^18.0.31", "@types/react-dom": "^18.0.0", - "date-fns": "^3.0.6", + "date-fns": "^3.6.0", "i18next": "^23.7.13", "react": "^18.2.0", "react-app-polyfill": "^3.0.0", diff --git a/login-workflow/example/yarn.lock b/login-workflow/example/yarn.lock index 467854da..0adc5623 100644 --- a/login-workflow/example/yarn.lock +++ b/login-workflow/example/yarn.lock @@ -4312,10 +4312,10 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" -date-fns@^3.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.0.6.tgz#fe3aeb7592d359f075ffc41cb16139828810ca83" - integrity sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg== +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== debug@2.6.9, debug@^2.6.0: version "2.6.9"