From 7e343c1a90895db5c09fca0c783fe0913f21d95a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 06:17:27 +0000 Subject: [PATCH] chore(deps-dev): 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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7231173..94db3db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7491,9 +7491,9 @@ } }, "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==", "dev": true }, "debug": {