Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-05 12:21:09 +0300
committerGitHub <noreply@github.com>2020-04-05 12:21:09 +0300
commit2f23a9012ead1e3445f8a65f4b385341150945b7 (patch)
tree585ff31ba17859a6c6d7f7f87ec3f8136767f49e
parent37c3d1763391167b45d7b2ad3c6e0c61b8071aba (diff)
parent02471c6e9826be982254cc4a76530d55dcfca852 (diff)
Merge pull request #946 from nextcloud/dependabot/npm_and_yarn/ical.js-1.4.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 3c8e5fb5..6e15b3de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10871,9 +10871,9 @@
"dev": true
},
"ical.js": {
- "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=="
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.4.0.tgz",
+ "integrity": "sha512-ltHZuOFNNjcyEYbzDgjemS7LWIFh2vydJeznxQHUh3dnarbxqOYsWONYteBVAq1MEOHnwXFGN2eskZReHclnrA=="
},
"iconv-lite": {
"version": "0.4.24",
diff --git a/package.json b/package.json
index 1d7d4485..f0e958eb 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"@vue/test-utils": "^1.0.0-beta.32",
"cdav-library": "github:nextcloud/cdav-library",
"color-convert": "^2.0.1",
- "ical.js": "~1.3.0",
+ "ical.js": "~1.4.0",
"jstimezonedetect": "",
"linkify-it": "~2.2.0",
"linkifyjs": "~2.1.9",