summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-11-09 11:44:57 +0000
committerGitHub <noreply@github.com>2018-11-09 11:44:57 +0000
commitf819d9aeb31d9cbda5b884bff51c15b0483f78fa (patch)
tree16f7ef0d95a4a459174d660aec2912609dca168d
parent6e2bf210cb937d2b258abac60df1649091f15533 (diff)
parent0b4b14134c2916c69da457d7534726e42a21a787 (diff)
Merge pull request #701 from nextcloud/dependabot/npm_and_yarn/ical.js-1.3.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 03ae1276..362f0a15 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7410,9 +7410,9 @@
"dev": true
},
"ical.js": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.2.2.tgz",
- "integrity": "sha1-WbUXNiqPYdzgNC/mfet8IN0Rn24="
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.3.0.tgz",
+ "integrity": "sha512-wQ0w77MGOe6vNhZMBQuZAtZoTzDEOQ/QoCDofWL7yfkQ/HYWX5NyWPYjN+yj+4JahOvTkhXjTlrZtiQKv+BSOA=="
},
"iconv-lite": {
"version": "0.4.23",
diff --git a/package.json b/package.json
index 503a187a..32a4e1c6 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"axios": "^0.18.0",
"cdav-library": "github:nextcloud/cdav-library",
"debounce": "^1.2.0",
- "ical.js": "^1.2.2",
+ "ical.js": "^1.3.0",
"moment": "^2.22.2",
"nextcloud-vue": "^0.3.1",
"p-limit": "^2.0.0",