Bump date-fns-tz from 1.1.2 to 1.1.3

Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marnusw/date-fns-tz/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-09 21:38:43 +00:00
committed by Thomas Ruoff
parent 3c3f21b83d
commit 2bb9686721
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3118,9 +3118,9 @@
"integrity": "sha512-ZEhqxUtEZeGgg9eHNSOAJ8O9xqSgiJdrL0lzSSfMF54x6KXWJiOH/xntSJ9YomJPrYH/p08t6gWjGWq1SDJlSA=="
},
"date-fns-tz": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.1.2.tgz",
"integrity": "sha512-QY3KoLy16bERNTEhJV2UJfvQRcPOwneAGwLcKUyHYT1PKydYyEZ7rKJjo6tDvx3bXlQhbnvq7CrvbFlonR00AQ=="
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.1.3.tgz",
"integrity": "sha512-mD26WkejWz842RggjFrKsY6ehGgyBQSJ209mn83/vsjhgQ5WbdVvBzJ0CuosnGdklDxOvOppQ/wn1UgvTOPKPw=="
},
"debug": {
"version": "4.1.1",

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"date-fns": "^2.17.0",
"date-fns-tz": "^1.1.2",
"date-fns-tz": "^1.1.3",
"ics": "^2.27.0",
"mongoose": "^5.11.18",
"next": "^10.0.8",