Bump date-fns from 2.21.0 to 2.21.1 (#129)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.0 to 2.21.1.
- [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.21.0...v2.21.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-15 19:20:24 -07:00 committed by GitHub
parent 54ca6177fb
commit a5e76279dc
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -1314,9 +1314,9 @@
"integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og=="
}, },
"date-fns": { "date-fns": {
"version": "2.21.0", "version": "2.21.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.1.tgz",
"integrity": "sha512-lbAFpaKz7QuVxm6m1rmioh4BB2gmLx1r1JMYXU2A/ufT5ly4zEG7HYH4fvS/QfbdyC5rkYyiS30mYz4Q7XCO+w==" "integrity": "sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA=="
}, },
"debug": { "debug": {
"version": "4.2.0", "version": "4.2.0",

View File

@ -13,7 +13,7 @@
"antd": "^4.15.1", "antd": "^4.15.1",
"chart.js": "^3.1.0", "chart.js": "^3.1.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"date-fns": "^2.21.0", "date-fns": "^2.21.1",
"markdown-it": "^12.0.4", "markdown-it": "^12.0.4",
"next": "^10.1.3", "next": "^10.1.3",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",