summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-22 01:09:38 +0000
committerGitHub <noreply@github.com>2021-05-22 01:09:38 +0000
commit2d7cf340cecc93a3b99ea8cb229fa81c559fdde2 (patch)
tree3222dc928f831b4e94e099d084758f8878ce9301
parent2fdfdac7ab7ea625344398f8bde831f5144b85fa (diff)
parentc36b022ada44a2b8d1a04cef3bd272e7c604da5a (diff)
Merge pull request #2210 from nextcloud/dependabot/npm_and_yarn/core-js-3.12.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 8c8f9aa0..f04c09b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5139,9 +5139,9 @@
"optional": true
},
"core-js": {
- "version": "3.12.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz",
- "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw=="
+ "version": "3.12.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz",
+ "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw=="
},
"core-js-compat": {
"version": "3.12.1",
diff --git a/package.json b/package.json
index 3987d2fc..9918cd1d 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.0",
+ "core-js": "^3.12.1",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",