summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-06 03:13:02 +0000
committerGitHub <noreply@github.com>2021-03-06 03:13:02 +0000
commitac866ccc594bdffbc06e0da3e7f063ba221fb993 (patch)
treebd07632fa3ab2d355e314fc93a358acdf9bee236
parent81317fbbe5aaabc205ce0ff6cb8401cca7d6f98a (diff)
parent31d90c4958039cb2fe1f078279b34403316225d4 (diff)
Merge pull request #2105 from nextcloud/dependabot/npm_and_yarn/core-js-3.9.1
-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 89105b51..ceef0746 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5232,9 +5232,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.0.tgz",
- "integrity": "sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ=="
+ "version": "3.9.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz",
+ "integrity": "sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg=="
},
"core-js-compat": {
"version": "3.9.1",
diff --git a/package.json b/package.json
index 3653b5e7..33a5c4c7 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.9.0",
+ "core-js": "^3.9.1",
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",