summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-26 01:02:59 +0000
committerGitHub <noreply@github.com>2021-06-26 01:02:59 +0000
commit211679d4745edea5e4de17193743fc978c97b2cc (patch)
treeed47e6f7ef34037aab92031af14bf15ebff6bd5f
parenta045597a2dcf2d0a2e8b4d020c85f005da4a890f (diff)
parentfc69cdf2e7cf8ee9250b15b9213ab835b92c763c (diff)
Merge pull request #2308 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 77b85411..2bd997c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"b64-to-blob": "^1.2.19",
"camelcase": "^6.2.0",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
- "core-js": "^3.14.0",
+ "core-js": "^3.15.1",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",
@@ -4179,8 +4179,9 @@
}
},
"node_modules/core-js": {
- "version": "3.14.0",
- "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==",
+ "version": "3.15.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
+ "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -15589,8 +15590,9 @@
"optional": true
},
"core-js": {
- "version": "3.14.0",
- "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA=="
+ "version": "3.15.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
+ "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg=="
},
"core-js-compat": {
"version": "3.13.1",
diff --git a/package.json b/package.json
index 030212a0..a2fa1548 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"b64-to-blob": "^1.2.19",
"camelcase": "^6.2.0",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
- "core-js": "^3.14.0",
+ "core-js": "^3.15.1",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",