Update dependency ics to v3.5.0

This commit is contained in:
renovate[bot]
2023-09-14 18:02:51 +00:00
parent cf2b9997b9
commit 6788e50f08
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"googleapis": "118.0.0",
"ics": "3.4.0",
"ics": "3.5.0",
"mongoose": "7.5.1",
"next": "^13.3.1",
"next-auth": "4.23.1",
@@ -6805,9 +6805,9 @@
}
},
"node_modules/ics": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.4.0.tgz",
"integrity": "sha512-ewKO7nF5BKhVKas3XmjB1siXdhJ7OvojY+HmD1ik/lozuzcZdy+Wt6IbB2San2gvHZAMUZhTa4UQyCE1I8e+sw==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.5.0.tgz",
"integrity": "sha512-4jXcwh0cyGyE9FaoHE/zFjpac0t6CIPGLQ5rPr9x/Uj3YmVDIIYLa01lpgp1GsUGdhsEwa/PgCm1/kocRItOEg==",
"dependencies": {
"nanoid": "^3.1.23",
"yup": "^1.2.0"
@@ -17358,9 +17358,9 @@
"dev": true
},
"ics": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.4.0.tgz",
"integrity": "sha512-ewKO7nF5BKhVKas3XmjB1siXdhJ7OvojY+HmD1ik/lozuzcZdy+Wt6IbB2San2gvHZAMUZhTa4UQyCE1I8e+sw==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.5.0.tgz",
"integrity": "sha512-4jXcwh0cyGyE9FaoHE/zFjpac0t6CIPGLQ5rPr9x/Uj3YmVDIIYLa01lpgp1GsUGdhsEwa/PgCm1/kocRItOEg==",
"requires": {
"nanoid": "^3.1.23",
"yup": "^1.2.0"