From 5aa02c330562f33d4e164663473ace49f644f342 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 05:32:12 +0000 Subject: [PATCH] Bump date-fns from 2.13.0 to 2.14.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.13.0 to 2.14.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.13.0...v2.14.0) Signed-off-by: dependabot-preview[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 26bd31bd..09476ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7385,9 +7385,9 @@ "integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==" }, "date-fns": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.13.0.tgz", - "integrity": "sha512-xm0c61mevGF7f0XpCGtDTGpzEFC/1fpLXHbmFpxZZQJuvByIK2ozm6cSYuU+nxFYOPh2EuCfzUwlTEFwKG+h5w==" + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.14.0.tgz", + "integrity": "sha512-1zD+68jhFgDIM0rF05rcwYO8cExdNqxjq4xP1QKM60Q45mnO6zaMWB4tOzrIr4M4GSLntsKeE4c9Bdl2jhL/yw==" }, "debug": { "version": "3.2.6", diff --git a/package.json b/package.json index 61403469..b59b419a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@web3-react/core": "^6.0.9", "@web3-react/injected-connector": "^6.0.7", "classnames": "^2.2.6", - "date-fns": "^2.13.0", + "date-fns": "^2.14.0", "dms2dec": "^1.1.0", "ethereum-blockies": "github:MyEtherWallet/blockies", "fast-exif": "^1.0.1",