Update dependency ics to v3.7.1

This commit is contained in:
renovate[bot]
2023-12-14 21:02:18 +00:00
parent f8adc20850
commit e9882cf4b1
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"date-fns": "2.30.0", "date-fns": "2.30.0",
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "128.0.0", "googleapis": "128.0.0",
"ics": "3.6.2", "ics": "3.7.1",
"mongoose": "8.0.3", "mongoose": "8.0.3",
"next": "^14.0.1", "next": "^14.0.1",
"next-auth": "4.24.5", "next-auth": "4.24.5",
@@ -7164,11 +7164,12 @@
} }
}, },
"node_modules/ics": { "node_modules/ics": {
"version": "3.6.2", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.6.2.tgz", "resolved": "https://registry.npmjs.org/ics/-/ics-3.7.1.tgz",
"integrity": "sha512-TeETc1VX+/7ityXhAeKv8xvzs1SEzzUiQzn0d77cC8Hh0rgW3fVnPQlUpl5nr8uL+yRN7/QVG2fquEE4+SiO+A==", "integrity": "sha512-FlCDHEjqi2vcY2p6b4zBu2bUfXep0VoFzrBAtnVzJPPPAV7w84TX7JhFzvtWY6ArLOCZTE6zpR4xfw5U2LSR1A==",
"dependencies": { "dependencies": {
"nanoid": "^3.1.23", "nanoid": "^3.1.23",
"runes2": "^1.1.2",
"yup": "^1.2.0" "yup": "^1.2.0"
} }
}, },
@@ -11582,6 +11583,11 @@
"queue-microtask": "^1.2.2" "queue-microtask": "^1.2.2"
} }
}, },
"node_modules/runes2": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/runes2/-/runes2-1.1.3.tgz",
"integrity": "sha512-sJ/0iVFLne4f2S7cMB1OckBtC9lqkzP5a/wPnDIkbrWzgUsJ+JMQv6y7hk76U7zvbua+je5GltfpsZazUhG05w=="
},
"node_modules/sade": { "node_modules/sade": {
"version": "1.8.1", "version": "1.8.1",
"resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",

View File

@@ -18,7 +18,7 @@
"date-fns": "2.30.0", "date-fns": "2.30.0",
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "128.0.0", "googleapis": "128.0.0",
"ics": "3.6.2", "ics": "3.7.1",
"mongoose": "8.0.3", "mongoose": "8.0.3",
"next": "^14.0.1", "next": "^14.0.1",
"next-auth": "4.24.5", "next-auth": "4.24.5",