Bump date-fns-tz from 1.0.12 to 1.1.2

Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.0.12 to 1.1.2.
- [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.0.12...v1.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-25 07:32:11 +00:00
committed by Thomas Ruoff
parent c8d67020a4
commit fd076d107d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3155,9 +3155,9 @@
"integrity": "sha512-ZEhqxUtEZeGgg9eHNSOAJ8O9xqSgiJdrL0lzSSfMF54x6KXWJiOH/xntSJ9YomJPrYH/p08t6gWjGWq1SDJlSA=="
},
"date-fns-tz": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.0.12.tgz",
"integrity": "sha512-Ca+9pjGkU90XDHnclfSjz9o7g/ZqyYyYI0aCYmbf65P75oy8gktuaRslO3UPXl3ADgAnF9/KCykQkpU3/xvtWQ=="
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.1.2.tgz",
"integrity": "sha512-QY3KoLy16bERNTEhJV2UJfvQRcPOwneAGwLcKUyHYT1PKydYyEZ7rKJjo6tDvx3bXlQhbnvq7CrvbFlonR00AQ=="
},
"debug": {
"version": "4.1.1",

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"date-fns": "^2.17.0",
"date-fns-tz": "^1.0.12",
"date-fns-tz": "^1.1.2",
"ics": "^2.27.0",
"mongoose": "^5.11.9",
"next": "^10.0.7",