Update dependency date-fns to v2.29.2 (#2052)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-20 22:52:10 -07:00 committed by GitHub
parent 032ab60afc
commit dbfc3f9cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -19,7 +19,7 @@
"chart.js": "3.9.1",
"chartkick": "4.2.0",
"classnames": "2.3.1",
"date-fns": "2.29.1",
"date-fns": "2.29.2",
"he": "1.2.0",
"lodash": "4.17.21",
"markdown-it": "13.0.1",
@ -13869,9 +13869,9 @@
"dev": true
},
"node_modules/date-fns": {
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.1.tgz",
"integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==",
"version": "2.29.2",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.2.tgz",
"integrity": "sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==",
"engines": {
"node": ">=0.11"
},
@ -39007,9 +39007,9 @@
"dev": true
},
"date-fns": {
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.1.tgz",
"integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw=="
"version": "2.29.2",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.2.tgz",
"integrity": "sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA=="
},
"dayjs": {
"version": "1.11.5",

View File

@ -23,7 +23,7 @@
"chart.js": "3.9.1",
"chartkick": "4.2.0",
"classnames": "2.3.1",
"date-fns": "2.29.1",
"date-fns": "2.29.2",
"he": "1.2.0",
"lodash": "4.17.21",
"markdown-it": "13.0.1",