Update dependency ics to v2.37.0

This commit is contained in:
renovate[bot]
2022-07-09 05:10:25 +00:00
parent ada916ea61
commit 815f3890be
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns": "2.28.0",
"date-fns-tz": "1.3.5",
"googleapis": "105.0.0",
"ics": "2.35.0",
"ics": "2.37.0",
"mongoose": "6.4.4",
"next": "12.2.1",
"next-auth": "4.9.0",
@@ -4434,9 +4434,9 @@
}
},
"node_modules/ics": {
"version": "2.35.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.35.0.tgz",
"integrity": "sha512-uxHoiu9VnE/1RUIWoUqn9GVswUzrejHFa5Gk20gGySw+2FO8xzgJe7GLFk+hzmevHViG/6zANLhjVY6kFWctKQ==",
"version": "2.37.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.37.0.tgz",
"integrity": "sha512-pwjHe4nPFB/YulKlNo35z8BjjHej0PE/FcET/P7zMH+6pAfME1+NiUSFu/QbJN+o7AOJVXous626kNxrb33blg==",
"dependencies": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"
@@ -12608,9 +12608,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"ics": {
"version": "2.35.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.35.0.tgz",
"integrity": "sha512-uxHoiu9VnE/1RUIWoUqn9GVswUzrejHFa5Gk20gGySw+2FO8xzgJe7GLFk+hzmevHViG/6zANLhjVY6kFWctKQ==",
"version": "2.37.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.37.0.tgz",
"integrity": "sha512-pwjHe4nPFB/YulKlNo35z8BjjHej0PE/FcET/P7zMH+6pAfME1+NiUSFu/QbJN+o7AOJVXous626kNxrb33blg==",
"requires": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"

View File

@@ -17,7 +17,7 @@
"date-fns": "2.28.0",
"date-fns-tz": "1.3.5",
"googleapis": "105.0.0",
"ics": "2.35.0",
"ics": "2.37.0",
"mongoose": "6.4.4",
"next": "12.2.1",
"next-auth": "4.9.0",