Update dependency ics to v2.31.0

This commit is contained in:
Renovate Bot
2021-09-08 22:18:19 +00:00
committed by Thomas Ruoff
parent 79924bb5b1
commit e3606820f2
2 changed files with 8 additions and 15 deletions

21
package-lock.json generated
View File

@@ -2439,9 +2439,9 @@
"dev": true
},
"@types/lodash": {
"version": "4.14.170",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz",
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q=="
"version": "4.14.172",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz",
"integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw=="
},
"@types/mdast": {
"version": "3.0.10",
@@ -5582,19 +5582,12 @@
}
},
"ics": {
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.29.0.tgz",
"integrity": "sha512-8483825h0tqTRb3nY/ASXL6QIgdlpOJyODOHF6UolSzw7R2JgjxJOpVMvBjheF63gS9Nbdj4SScZWHmDFqxuKg==",
"version": "2.31.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.31.0.tgz",
"integrity": "sha512-3pW62uD097nl6LfFXIt92eBZtbwDESXsaRcgZPn3NO01zpUUM+L2G6fjf6qXhiyFcGIrJjsGuNB/y3AV58CvFg==",
"requires": {
"uuid": "^3.3.3",
"nanoid": "^3.1.23",
"yup": "^0.32.9"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
},
"ieee754": {

View File

@@ -13,7 +13,7 @@
"autoprefixer": "10.3.4",
"date-fns": "2.23.0",
"date-fns-tz": "1.1.6",
"ics": "2.29.0",
"ics": "2.31.0",
"mongoose": "5.12.13",
"next": "11.1.1",
"next-iron-session": "4.1.14",