From 6e6a5c8fdbf124f2c85511fad8fc7ec208dd139f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 10:58:46 +0000 Subject: [PATCH] build(deps): bump date-fns from 2.9.0 to 2.10.0 in /backend Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.9.0 to 2.10.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.10.0) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 3cb3094ac..2da3cd9e0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -50,7 +50,7 @@ "cheerio": "~1.0.0-rc.3", "cors": "~2.8.5", "cross-env": "~7.0.0", - "date-fns": "2.9.0", + "date-fns": "2.10.0", "debug": "~4.1.1", "dotenv": "~8.2.0", "express": "^4.17.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index c58452892..1e21e2f05 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -3148,10 +3148,10 @@ data-urls@^1.1.0: whatwg-mimetype "^2.2.0" whatwg-url "^7.0.0" -date-fns@2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.9.0.tgz#d0b175a5c37ed5f17b97e2272bbc1fa5aec677d2" - integrity sha512-khbFLu/MlzLjEzy9Gh8oY1hNt/Dvxw3J6Rbc28cVoYWQaC1S3YI4xwkF9ZWcjDLscbZlY9hISMr66RFzZagLsA== +date-fns@2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.10.0.tgz#abd10604d8bafb0bcbd2ba2e9b0563b922ae4b6b" + integrity sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA== dateformat@^2.0.0: version "2.2.0"