From 83303fc79fc9b5317617169942cb633471c17d46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:28:10 +0000 Subject: [PATCH] Bump date-fns from 2.9.0 to 2.19.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.9.0 to 2.19.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.9.0...v2.19.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 2085565..991fa95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5434,9 +5434,9 @@ } }, "date-fns": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.9.0.tgz", - "integrity": "sha512-khbFLu/MlzLjEzy9Gh8oY1hNt/Dvxw3J6Rbc28cVoYWQaC1S3YI4xwkF9ZWcjDLscbZlY9hISMr66RFzZagLsA==" + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.19.0.tgz", + "integrity": "sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg==" }, "date-format": { "version": "1.2.0", diff --git a/package.json b/package.json index e4b540f..4520747 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "bootstrap-vue": "2.0.0-rc.16", "csv-parser": "^2.3.2", - "date-fns": "^2.8.1", + "date-fns": "^2.19.0", "jquery": "^3.5.0", "lodash": "^4.17.20", "node-uuid": "^1.4.8",