Update dependency ics to v3.7.5

This commit is contained in:
renovate[bot]
2024-06-11 17:11:08 +00:00
parent 6bc2acaa12
commit 77ae220730
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"date-fns": "2.30.0",
"date-fns-tz": "2.0.1",
"googleapis": "128.0.0",
"ics": "3.7.2",
"ics": "3.7.5",
"mongoose": "8.3.5",
"next": "^14.0.1",
"next-auth": "4.24.7",
@@ -8525,9 +8525,10 @@
}
},
"node_modules/ics": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.7.2.tgz",
"integrity": "sha512-UC5bBJYKyzkYZv4/AoIV9dsZw+rwFkUOtHHhnxmb0HTUEpfDmfl5sB9DlePKrTxx6SGMXiIQbiElf66viSTB0A==",
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.7.5.tgz",
"integrity": "sha512-/4NqBU0fYAQdmdfyUV29p8TB2J3+c9ipLeJlDE6I3SPNSsJ/xblbKyPt4Bv+DYY5AW/4gcXY/gLRABVy6uyKmQ==",
"license": "ISC",
"dependencies": {
"nanoid": "^3.1.23",
"runes2": "^1.1.2",