summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-12 02:25:26 +0000
committerGitHub <noreply@github.com>2020-12-12 02:25:26 +0000
commit486be4286216c9614112843e8c4287505510fcd8 (patch)
treecc762e0b781a23311eecadd17f9bd6edeeab92b4
parent29c8f54fe3fe9b07e7bb90a16b85a8e5c7a53e63 (diff)
parent47927405fc1c49b43729440ea23fbfc7f1152382 (diff)
Merge pull request #1976 from nextcloud/dependabot/npm_and_yarn/core-js-3.8.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 c4cfe2b7..79021733 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4307,9 +4307,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.0.tgz",
- "integrity": "sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA=="
+ "version": "3.8.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz",
+ "integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg=="
},
"core-js-compat": {
"version": "3.8.1",
diff --git a/package.json b/package.json
index 5a69e668..92c85267 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"axios": "^0.21.0",
"b64-to-blob": "^1.2.19",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
- "core-js": "^3.8.0",
+ "core-js": "^3.8.1",
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",