Update dependency ics to v2.44.0

This commit is contained in:
renovate[bot]
2023-02-06 08:01:22 +00:00
parent b3a12e4292
commit 86a6be0c63
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.41.0",
"ics": "2.44.0",
"mongoose": "6.9.0",
"next": "^13.1.1",
"next-auth": "4.19.2",
@@ -6184,9 +6184,9 @@
}
},
"node_modules/ics": {
"version": "2.41.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.41.0.tgz",
"integrity": "sha512-6oleMfOpdBIrZGMNrTutwW7eFwua8lOkymDNxMXlsVF00HghqH+I3S6frt3a2rfjXTlkI0qiY2rnsKP2JQ9vJA==",
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.44.0.tgz",
"integrity": "sha512-JeiPjNeWkd7Qri/wfHqjZCtglVwRJRqy1MEFKn9QzatzxUyCOsx4YARPlLkU8UnPxpg4VtEjR+VRUG+Cvj6bDg==",
"dependencies": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"
@@ -16236,9 +16236,9 @@
"dev": true
},
"ics": {
"version": "2.41.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.41.0.tgz",
"integrity": "sha512-6oleMfOpdBIrZGMNrTutwW7eFwua8lOkymDNxMXlsVF00HghqH+I3S6frt3a2rfjXTlkI0qiY2rnsKP2JQ9vJA==",
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.44.0.tgz",
"integrity": "sha512-JeiPjNeWkd7Qri/wfHqjZCtglVwRJRqy1MEFKn9QzatzxUyCOsx4YARPlLkU8UnPxpg4VtEjR+VRUG+Cvj6bDg==",
"requires": {
"nanoid": "^3.1.23",
"yup": "^0.32.9"

View File

@@ -18,7 +18,7 @@
"date-fns": "2.29.3",
"date-fns-tz": "1.3.8",
"googleapis": "109.0.1",
"ics": "2.41.0",
"ics": "2.44.0",
"mongoose": "6.9.0",
"next": "^13.1.1",
"next-auth": "4.19.2",