Bump date-fns from 2.19.0 to 2.20.1

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.19.0 to 2.20.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.19.0...v2.20.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-12 06:30:47 +00:00
committed by Thomas Ruoff
parent 0dedaafee7
commit 2c4ba30260
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6172,9 +6172,9 @@
}
},
"date-fns": {
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.19.0.tgz",
"integrity": "sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg=="
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.20.1.tgz",
"integrity": "sha512-8P5M8Kxbnovd0zfvOs7ipkiVJ3/zZQ0F/nrBW4x5E+I0uAZVZ80h6CKd24fSXQ5TLK5hXMtI4yb2O5rEZdUt2A=="
},
"date-fns-tz": {
"version": "1.1.3",

View File

@@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"date-fns": "^2.19.0",
"date-fns": "^2.20.1",
"date-fns-tz": "^1.1.3",
"ics": "^2.27.0",
"mongoose": "^5.12.3",