Update dependency ics to v2.35.0

This commit is contained in:
Renovate Bot
2021-12-04 19:30:26 +00:00
committed by renovate[bot]
parent a95ca736e8
commit 4feecb973a
2 changed files with 25 additions and 14 deletions

37
package-lock.json generated
View File

@@ -946,6 +946,7 @@
"version": "7.12.5", "version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"dev": true,
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
@@ -2393,9 +2394,9 @@
"dev": true "dev": true
}, },
"@types/lodash": { "@types/lodash": {
"version": "4.14.172", "version": "4.14.177",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.177.tgz",
"integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==" "integrity": "sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw=="
}, },
"@types/mdast": { "@types/mdast": {
"version": "3.0.10", "version": "3.0.10",
@@ -5307,9 +5308,9 @@
} }
}, },
"ics": { "ics": {
"version": "2.31.0", "version": "2.35.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.31.0.tgz", "resolved": "https://registry.npmjs.org/ics/-/ics-2.35.0.tgz",
"integrity": "sha512-3pW62uD097nl6LfFXIt92eBZtbwDESXsaRcgZPn3NO01zpUUM+L2G6fjf6qXhiyFcGIrJjsGuNB/y3AV58CvFg==", "integrity": "sha512-uxHoiu9VnE/1RUIWoUqn9GVswUzrejHFa5Gk20gGySw+2FO8xzgJe7GLFk+hzmevHViG/6zANLhjVY6kFWctKQ==",
"requires": { "requires": {
"nanoid": "^3.1.23", "nanoid": "^3.1.23",
"yup": "^0.32.9" "yup": "^0.32.9"
@@ -11474,17 +11475,27 @@
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}, },
"yup": { "yup": {
"version": "0.32.9", "version": "0.32.11",
"resolved": "https://registry.npmjs.org/yup/-/yup-0.32.9.tgz", "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.11.tgz",
"integrity": "sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==", "integrity": "sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==",
"requires": { "requires": {
"@babel/runtime": "^7.10.5", "@babel/runtime": "^7.15.4",
"@types/lodash": "^4.14.165", "@types/lodash": "^4.14.175",
"lodash": "^4.17.20", "lodash": "^4.17.21",
"lodash-es": "^4.17.15", "lodash-es": "^4.17.21",
"nanoclone": "^0.2.1", "nanoclone": "^0.2.1",
"property-expr": "^2.0.4", "property-expr": "^2.0.4",
"toposort": "^2.0.2" "toposort": "^2.0.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
} }
}, },
"zwitch": { "zwitch": {

View File

@@ -14,7 +14,7 @@
"autoprefixer": "10.4.0", "autoprefixer": "10.4.0",
"date-fns": "2.27.0", "date-fns": "2.27.0",
"date-fns-tz": "1.1.6", "date-fns-tz": "1.1.6",
"ics": "2.31.0", "ics": "2.35.0",
"mongoose": "5.13.13", "mongoose": "5.13.13",
"next": "12.0.6", "next": "12.0.6",
"next-auth": "4.0.0-beta.7", "next-auth": "4.0.0-beta.7",