Update dependency ics to v3

This commit is contained in:
renovate[bot]
2023-03-04 10:19:38 +00:00
committed by Thomas Ruoff
parent c090d1ceb3
commit 7b805bc977
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns": "2.29.3",
"date-fns-tz": "1.3.8",
"googleapis": "109.0.1",
"ics": "2.44.0",
"ics": "3.1.0",
"mongoose": "6.10.1",
"next": "^13.1.1",
"next-auth": "4.20.1",
@@ -6194,9 +6194,9 @@
}
},
"node_modules/ics": {
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.44.0.tgz",
"integrity": "sha512-JeiPjNeWkd7Qri/wfHqjZCtglVwRJRqy1MEFKn9QzatzxUyCOsx4YARPlLkU8UnPxpg4VtEjR+VRUG+Cvj6bDg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.1.0.tgz",
"integrity": "sha512-O48TZKyLYagLlXoZwDmjetXc6SoT54wFkTu2MEYe7zse8kL+C/dgSynYCjRG1OTAv3iHtGtG0PWKG81LbcrKFA==",
"dependencies": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"
@@ -16280,9 +16280,9 @@
"dev": true
},
"ics": {
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.44.0.tgz",
"integrity": "sha512-JeiPjNeWkd7Qri/wfHqjZCtglVwRJRqy1MEFKn9QzatzxUyCOsx4YARPlLkU8UnPxpg4VtEjR+VRUG+Cvj6bDg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.1.0.tgz",
"integrity": "sha512-O48TZKyLYagLlXoZwDmjetXc6SoT54wFkTu2MEYe7zse8kL+C/dgSynYCjRG1OTAv3iHtGtG0PWKG81LbcrKFA==",
"requires": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"