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 09:14:48 +0300
committerGitHub <noreply@github.com>2020-04-05 09:14:48 +0300
commit02471c6e9826be982254cc4a76530d55dcfca852 (patch)
treef44aaaed68ba94f095ad9f18548d5eb5319eb38c
parent736db23871ca7a8bfad9c740fcc79e11bbb2519e (diff)
Bump ical.js from 1.3.0 to 1.4.0
Bumps [ical.js](https://github.com/mozilla-comm/ical.js) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/mozilla-comm/ical.js/releases) - [Changelog](https://github.com/mozilla-comm/ical.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla-comm/ical.js/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 745062ea..a82caf42 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10789,9 +10789,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 52e5c4d6..ccfc3e9a 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",