From cf580b9fdd856d60fdcd12084f26cbed6890f730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 04:35:42 +0000 Subject: [PATCH] Bump date-fns from 2.22.1 to 2.26.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.22.1 to 2.26.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.22.1...v2.26.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2881cd5..867afda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5557,9 +5557,9 @@ } }, "date-fns": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.22.1.tgz", - "integrity": "sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==" + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.26.0.tgz", + "integrity": "sha512-VQI812dRi3cusdY/fhoBKvc6l2W8BPWU1FNVnFH9Nttjx4AFBRzfSVb/Eyc7jBT6e9sg1XtAGsYpBQ6c/jygbg==" }, "debug": { "version": "4.3.1", diff --git a/package.json b/package.json index 437d971..c63501c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@stripe/stripe-js": "^1.15.0", "aos": "^2.3.4", "classnames": "^2.3.1", - "date-fns": "^2.22.1", + "date-fns": "^2.26.0", "emoji-mart": "^3.0.1", "js-cookie": "^2.2.0", "prop-types": "^15.7.2",