Update dependency date-fns-tz to v1.3.2

This commit is contained in:
Renovate Bot
2022-03-31 20:37:17 +00:00
committed by renovate[bot]
parent 584c441c50
commit f3dfd334f2
2 changed files with 17 additions and 13 deletions

28
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"@next-auth/mongodb-adapter": "1.0.3",
"autoprefixer": "10.4.4",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.1",
"date-fns-tz": "1.3.2",
"googleapis": "99.0.0",
"ics": "2.35.0",
"mongoose": "6.2.8",
@@ -3923,9 +3923,9 @@
}
},
"node_modules/date-fns-tz": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.1.tgz",
"integrity": "sha512-Uy+wph6HcQ0IG8TWbVyXicgDmB1zdvb0CoIknZQaxiTun4uSfxLR+8gSTC2C3KCLq+0fEIuEtJ/ORDRIn6doQw==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.2.tgz",
"integrity": "sha512-xSU97ayDLQpi8Db0bR3gmVdn32p5PP8Y0mr20gQd0n/F54hdGRfdnwrr0hJ7j3nTs/Nji1Qr+kf1A2EtisPC9w==",
"peerDependencies": {
"date-fns": ">=2.0.0"
}
@@ -5357,7 +5357,6 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
@@ -16165,9 +16164,9 @@
"integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw=="
},
"date-fns-tz": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.1.tgz",
"integrity": "sha512-Uy+wph6HcQ0IG8TWbVyXicgDmB1zdvb0CoIknZQaxiTun4uSfxLR+8gSTC2C3KCLq+0fEIuEtJ/ORDRIn6doQw==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.2.tgz",
"integrity": "sha512-xSU97ayDLQpi8Db0bR3gmVdn32p5PP8Y0mr20gQd0n/F54hdGRfdnwrr0hJ7j3nTs/Nji1Qr+kf1A2EtisPC9w==",
"requires": {}
},
"debug": {
@@ -17260,7 +17259,6 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"optional": true
},
"function-bind": {
@@ -20622,9 +20620,9 @@
}
},
"minimist": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
},
"mongodb": {
"version": "4.3.1",
@@ -22388,6 +22386,12 @@
"minimist": "^1.2.0"
}
},
"minimist": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
"dev": true
},
"strip-bom": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",

View File

@@ -13,7 +13,7 @@
"@next-auth/mongodb-adapter": "1.0.3",
"autoprefixer": "10.4.4",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.1",
"date-fns-tz": "1.3.2",
"googleapis": "99.0.0",
"ics": "2.35.0",
"mongoose": "6.2.8",