Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 186e02f65c4..1d8c727653c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"bootstrap": "^4.6.0",
"camelcase": "^6.2.0",
"clipboard": "^2.0.8",
- "core-js": "^3.19.0",
+ "core-js": "^3.19.1",
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
@@ -9981,9 +9981,9 @@
}
},
"node_modules/core-js": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.0.tgz",
- "integrity": "sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg==",
+ "version": "3.19.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.1.tgz",
+ "integrity": "sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -31730,9 +31730,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.0.tgz",
- "integrity": "sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg=="
+ "version": "3.19.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.1.tgz",
+ "integrity": "sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg=="
},
"core-js-compat": {
"version": "3.15.1",
diff --git a/package.json b/package.json
index f8108e1a57c..63437aebfba 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"bootstrap": "^4.6.0",
"camelcase": "^6.2.0",
"clipboard": "^2.0.8",
- "core-js": "^3.19.0",
+ "core-js": "^3.19.1",
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",