From d300bd47b759883f5568df8515316861d75194a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 19:59:09 -0700 Subject: [PATCH] Bump date-fns from 2.20.0 to 2.20.2 (#117) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.20.0 to 2.20.2. - [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.20.0...v2.20.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 651a91557..5de553eda 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1380,9 +1380,9 @@ "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" }, "date-fns": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.20.0.tgz", - "integrity": "sha512-nmA7y6aDH5+fknfJ0G77HQzUSfTPpq4ifq+c9blP9d+X9zs3kNjxC+t3pcbBMGTp262a6PJB3RVjLlxIgoMI+Q==" + "version": "2.20.2", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.20.2.tgz", + "integrity": "sha512-QS0Z8SD/ALhKFvhtU4Fhz+1crsI7fPzBquXmdWay33KJPEU7btro2hnmmErpQRmt2D624B1lbjXQKDUMLnQTmQ==" }, "debug": { "version": "4.2.0", diff --git a/web/package.json b/web/package.json index 238eab5e3..82c149634 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "antd": "^4.15.0", "chart.js": "^3.1.0", "classnames": "^2.3.1", - "date-fns": "^2.20.0", + "date-fns": "^2.20.2", "markdown-it": "^12.0.4", "next": "^10.1.3", "prop-types": "^15.7.2",