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>2022-09-19 17:11:18 +0300
committerGitHub <noreply@github.com>2022-09-19 17:11:18 +0300
commitb5b4c0c93cc54c5775476017b51be132b83a8fd5 (patch)
tree0500cdd28fcbf3340cc9c3b4bf7df5da44933d1d
parentfbda721fc1b5f4d934aa882195cbfbe63f406cc2 (diff)
Bump core-js from 3.25.1 to 3.25.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.25.1...v3.25.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 7b41cd60..101c90de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.0-beta.4",
"@nextcloud/vue-richtext": "^2.0.1",
- "core-js": "^3.25.1",
+ "core-js": "^3.25.2",
"dompurify": "^2.4.0",
"file-saver": "^2.0.5",
"linkify-string": "^3.0.4",
@@ -4150,9 +4150,9 @@
"peer": true
},
"node_modules/core-js": {
- "version": "3.25.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz",
- "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==",
+ "version": "3.25.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.2.tgz",
+ "integrity": "sha512-YB4IAT1bjEfxTJ1XYy11hJAKskO+qmhuDBM8/guIfMz4JvdsAQAqvyb97zXX7JgSrfPLG5mRGFWJwJD39ruq2A==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -15418,9 +15418,9 @@
"peer": true
},
"core-js": {
- "version": "3.25.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz",
- "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ=="
+ "version": "3.25.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.2.tgz",
+ "integrity": "sha512-YB4IAT1bjEfxTJ1XYy11hJAKskO+qmhuDBM8/guIfMz4JvdsAQAqvyb97zXX7JgSrfPLG5mRGFWJwJD39ruq2A=="
},
"core-js-compat": {
"version": "3.24.1",
diff --git a/package.json b/package.json
index eb037de4..b00e640d 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.0-beta.4",
"@nextcloud/vue-richtext": "^2.0.1",
- "core-js": "^3.25.1",
+ "core-js": "^3.25.2",
"dompurify": "^2.4.0",
"file-saver": "^2.0.5",
"linkify-string": "^3.0.4",