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 "dev": true
}, },
"@types/lodash": { "@types/lodash": {
"version": "4.14.170", "version": "4.14.172",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz",
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==" "integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw=="
}, },
"@types/mdast": { "@types/mdast": {
"version": "3.0.10", "version": "3.0.10",
@@ -5582,19 +5582,12 @@
} }
}, },
"ics": { "ics": {
"version": "2.29.0", "version": "2.31.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.29.0.tgz", "resolved": "https://registry.npmjs.org/ics/-/ics-2.31.0.tgz",
"integrity": "sha512-8483825h0tqTRb3nY/ASXL6QIgdlpOJyODOHF6UolSzw7R2JgjxJOpVMvBjheF63gS9Nbdj4SScZWHmDFqxuKg==", "integrity": "sha512-3pW62uD097nl6LfFXIt92eBZtbwDESXsaRcgZPn3NO01zpUUM+L2G6fjf6qXhiyFcGIrJjsGuNB/y3AV58CvFg==",
"requires": { "requires": {
"uuid": "^3.3.3", "nanoid": "^3.1.23",
"yup": "^0.32.9" "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": { "ieee754": {

View File

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