summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-15 11:44:20 +0000
committerGitHub <noreply@github.com>2019-12-15 11:44:20 +0000
commit087be1eb5a6eb4afaeacf7d218251d909ba8b0e8 (patch)
tree347d86f55d791c22698c69a517ee5da0c625958b
parentcbbae391823210a2b86dbc245e22a14698752e67 (diff)
Bump core-js from 3.4.7 to 3.5.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.4.7 to 3.5.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.4.7...v3.5.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 c7ac9c63..f795d41d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3618,9 +3618,9 @@
"dev": true
},
"core-js": {
- "version": "3.4.7",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.7.tgz",
- "integrity": "sha512-qaPVGw30J1wQ0GR3GvoPqlGf9GZfKKF4kFC7kiHlcsPTqH3txrs9crCp3ZiMAXuSenhz89Jnl4GZs/67S5VOSg=="
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
+ "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
},
"core-js-compat": {
"version": "3.4.7",
diff --git a/package.json b/package.json
index b6b839dd..ddedb180 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"dependencies": {
"axios": "^0.19.0",
"cdav-library": "github:nextcloud/cdav-library",
- "core-js": "^3.4.7",
+ "core-js": "^3.5.0",
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"ical.js": "^1.3.0",