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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-13 04:11:20 +0300
committerGitHub <noreply@github.com>2021-10-13 04:11:20 +0300
commitae7cdf8903195393c2c1601d1e5acae77a0f9d5b (patch)
treee52fc5338cd67abc191de4329c79be7ecce1ed83
parent7c7d615df7fd00fde01634782c7004f8124d0177 (diff)
parent1b89ea8d36b417084c0949dd81319e6ea3e4b713 (diff)
Merge pull request #2032 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.3
-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 d24899f6..bfa9f06f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^4.2.0",
- "core-js": "^3.18.2",
+ "core-js": "^3.18.3",
"dompurify": "^2.3.3",
"lodash": "^4.17.21",
"marked": "^3.0.7",
@@ -3985,9 +3985,9 @@
}
},
"node_modules/core-js": {
- "version": "3.18.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.2.tgz",
- "integrity": "sha512-zNhPOUoSgoizoSQFdX1MeZO16ORRb9FFQLts8gSYbZU5FcgXhp24iMWMxnOQo5uIaIG7/6FA/IqJPwev1o9ZXQ==",
+ "version": "3.18.3",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.3.tgz",
+ "integrity": "sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -15254,9 +15254,9 @@
}
},
"core-js": {
- "version": "3.18.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.2.tgz",
- "integrity": "sha512-zNhPOUoSgoizoSQFdX1MeZO16ORRb9FFQLts8gSYbZU5FcgXhp24iMWMxnOQo5uIaIG7/6FA/IqJPwev1o9ZXQ=="
+ "version": "3.18.3",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.3.tgz",
+ "integrity": "sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw=="
},
"core-js-compat": {
"version": "3.18.2",
diff --git a/package.json b/package.json
index 5ca2369f..77a2fe1a 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^4.2.0",
- "core-js": "^3.18.2",
+ "core-js": "^3.18.3",
"dompurify": "^2.3.3",
"lodash": "^4.17.21",
"marked": "^3.0.7",