Update dependency ics to v3.6.2

This commit is contained in:
renovate[bot]
2023-12-13 18:19:50 +00:00
parent e9f745896f
commit f8adc20850
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"googleapis": "128.0.0",
"ics": "3.5.0",
"ics": "3.6.2",
"mongoose": "8.0.3",
"next": "^14.0.1",
"next-auth": "4.24.5",
@@ -7164,9 +7164,9 @@
}
},
"node_modules/ics": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.5.0.tgz",
"integrity": "sha512-4jXcwh0cyGyE9FaoHE/zFjpac0t6CIPGLQ5rPr9x/Uj3YmVDIIYLa01lpgp1GsUGdhsEwa/PgCm1/kocRItOEg==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.6.2.tgz",
"integrity": "sha512-TeETc1VX+/7ityXhAeKv8xvzs1SEzzUiQzn0d77cC8Hh0rgW3fVnPQlUpl5nr8uL+yRN7/QVG2fquEE4+SiO+A==",
"dependencies": {
"nanoid": "^3.1.23",
"yup": "^1.2.0"