summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 03:38:16 +0000
committerGitHub <noreply@github.com>2021-05-29 03:38:16 +0000
commit95999e51942086c1fa85c211817bb7545683ee5f (patch)
tree8b118b57eee7ef0b1fb8b22e383548cce8a2eb17
parent3864dff34c9bc90aeccdebc7278018cfa10dfd7a (diff)
parentdf85e947ae496fd4fcd8835a797211f7cb152e08 (diff)
Merge pull request #2222 from nextcloud/dependabot/npm_and_yarn/core-js-3.13.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 94f24a25..88e0d03f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5271,9 +5271,9 @@
"optional": true
},
"core-js": {
- "version": "3.12.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz",
- "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw=="
+ "version": "3.13.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.0.tgz",
+ "integrity": "sha512-iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog=="
},
"core-js-compat": {
"version": "3.13.0",
diff --git a/package.json b/package.json
index bd119e47..4d4e3488 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"axios": "^0.21.1",
"b64-to-blob": "^1.2.19",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
- "core-js": "^3.12.1",
+ "core-js": "^3.13.0",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",