From 0361fca586ca0dd2cd55621311bb15953a7fea0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:13:23 +0000 Subject: [PATCH] Bump date-fns from 3.0.0 to 3.0.1 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.0.0 to 3.0.1. - [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.0...v3.0.1) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 95035a5..cbe6e96 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/lodash.throttle": "^4.1.9", "bignumber.js": "^9.1.2", "buffer": "^6.0.3", - "date-fns": "^3.0.0", + "date-fns": "^3.0.1", "framer-motion": "^10.16.12", "i18next": "^23.7.11", "i18next-browser-languagedetector": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index adb04fd..898a4c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2668,10 +2668,10 @@ data-uri-to-buffer@^4.0.0: resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e" integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A== -date-fns@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.0.0.tgz#dc46aa8c403966a588fbc3794c6b006c17ab8691" - integrity sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA== +date-fns@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.0.1.tgz#a95b3e8296e72cf57c99819f37679aa27ca65ec4" + integrity sha512-cr9igCUa0QSqgAMj7JOrYTY6Nh1rmyGrFDko7ADqfmaQqP/I2N4rlfrLl7AWuzDaoIpz6MNjoEcTPzgZYIrhnA== debug@^3.2.7: version "3.2.7"