summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-08 04:23:00 +0000
committerGitHub <noreply@github.com>2022-01-08 04:23:00 +0000
commit8ec24e58f27472e62efa191d22b57b2f5c606269 (patch)
tree83d4ca05dcb56b1d55bdc8bff2de4b6df65f7534
parent14c4789dc6bf736f4110720e99a89ee59389dc62 (diff)
parent4961ecaa4f0d5f678717e1d5b844a3ca00d88087 (diff)
Merge pull request #2599 from nextcloud/dependabot/npm_and_yarn/ical.js-1.5.0
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 2279e373..276f57c5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"camelcase": "^6.2.1",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
- "ical.js": "^1.4.0",
+ "ical.js": "^1.5.0",
"moment": "^2.29.1",
"p-limit": "^4.0.0",
"p-queue": "^6.6.2",
@@ -7415,8 +7415,9 @@
}
},
"node_modules/ical.js": {
- "version": "1.4.0",
- "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA=="
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz",
+ "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ=="
},
"node_modules/iconv-lite": {
"version": "0.4.24",
@@ -19921,8 +19922,9 @@
"peer": true
},
"ical.js": {
- "version": "1.4.0",
- "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA=="
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz",
+ "integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ=="
},
"iconv-lite": {
"version": "0.4.24",
diff --git a/package.json b/package.json
index 8e8d6acb..ce1fdc8b 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"camelcase": "^6.2.1",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
- "ical.js": "^1.4.0",
+ "ical.js": "^1.5.0",
"moment": "^2.29.1",
"p-limit": "^4.0.0",
"p-queue": "^6.6.2",