summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-10 08:37:53 +0000
committerGitHub <noreply@github.com>2019-11-10 08:37:53 +0000
commit722ff985478c0d005de46c4ae7882c326292187c (patch)
tree8a56d6223b13d82449bb929d264dec5bcd8734f0
parent9ad7e4ecfb695b6b42a7068700735fcecfbad867 (diff)
parentf658ad52b3ee492436cf91ca172879d3e57961dd (diff)
Merge pull request #1331 from nextcloud/dependabot/npm_and_yarn/core-js-3.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 cf34111e..9502ed55 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2860,9 +2860,9 @@
"dev": true
},
"core-js": {
- "version": "3.3.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.4.tgz",
- "integrity": "sha512-BtibooaAmSOptGLRccsuX/dqgPtXwNgqcvYA6kOTTMzonRxZ+pJS4e+6mvVutESfXMeTnK8m3M+aBu3bkJbR+w=="
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.0.tgz",
+ "integrity": "sha512-lQxb4HScV71YugF/X28LtePZj9AB7WqOpcB+YztYxusvhrgZiQXPmCYfPC5LHsw/+ScEtDbXU3xbqH3CjBRmYA=="
},
"core-js-compat": {
"version": "3.2.1",
diff --git a/package.json b/package.json
index 35b3312e..c1c4b77b 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.3.4",
+ "core-js": "^3.4.0",
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"ical.js": "^1.3.0",