0

Bump date-fns from 2.23.0 to 2.24.0 (#311)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.23.0 to 2.24.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.23.0...v2.24.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-09-19 21:15:22 -07:00 committed by GitHub
parent 074a7502dd
commit a29b4a1990
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -12,7 +12,7 @@
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"date-fns": "^2.24.0",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"next": "^11.1.2",
@ -1991,9 +1991,9 @@
}
},
"node_modules/date-fns": {
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.23.0.tgz",
"integrity": "sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==",
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.24.0.tgz",
"integrity": "sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw==",
"engines": {
"node": ">=0.11"
},
@ -9427,9 +9427,9 @@
"integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og=="
},
"date-fns": {
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.23.0.tgz",
"integrity": "sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA=="
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.24.0.tgz",
"integrity": "sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw=="
},
"debug": {
"version": "4.3.2",

View File

@ -14,7 +14,7 @@
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"date-fns": "^2.24.0",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"next": "^11.1.2",