From b99a227953e52bd4f25ba9a52127385a8a93f8bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 16:12:07 -0700 Subject: [PATCH] Bump date-fns from 2.10.0 to 2.11.0 (#304) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.10.0 to 2.11.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.10.0...v2.11.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 27c8bc5a..ce9decf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4315,9 +4315,9 @@ } }, "date-fns": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.10.0.tgz", - "integrity": "sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA==" + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.11.0.tgz", + "integrity": "sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA==" }, "date-now": { "version": "0.1.4", diff --git a/package.json b/package.json index b08474a2..1ef42a16 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ansi-to-html": "^0.6.14", "buefy": "^0.8.13", "bulma": "^0.8.0", - "date-fns": "^2.10.0", + "date-fns": "^2.11.0", "hotkeys-js": "^3.7.3", "lodash.debounce": "^4.0.8", "semver": "^7.1.3",