Update dependency ics to v2.40.0

This commit is contained in:
renovate[bot]
2022-08-27 20:44:25 +00:00
parent 64854a35f6
commit a9968caa9c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns": "2.29.2",
"date-fns-tz": "1.3.6",
"googleapis": "105.0.0",
"ics": "2.37.0",
"ics": "2.40.0",
"mongoose": "6.5.3",
"next": "12.2.5",
"next-auth": "4.10.3",
@@ -4584,9 +4584,9 @@
}
},
"node_modules/ics": {
"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==",
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.40.0.tgz",
"integrity": "sha512-PPkE9ij60sGhqdTxZZzsXQPB/TCXAB/dD3NqUf1I/GkbJzPeJHHMzaoMQiYAsm1pFaHRp2OIhFDgUBihkk8s/w==",
"dependencies": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"
@@ -12916,9 +12916,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"ics": {
"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==",
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.40.0.tgz",
"integrity": "sha512-PPkE9ij60sGhqdTxZZzsXQPB/TCXAB/dD3NqUf1I/GkbJzPeJHHMzaoMQiYAsm1pFaHRp2OIhFDgUBihkk8s/w==",
"requires": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"

View File

@@ -17,7 +17,7 @@
"date-fns": "2.29.2",
"date-fns-tz": "1.3.6",
"googleapis": "105.0.0",
"ics": "2.37.0",
"ics": "2.40.0",
"mongoose": "6.5.3",
"next": "12.2.5",
"next-auth": "4.10.3",