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-07-26 04:10:04 +0300
committerGitHub <noreply@github.com>2022-07-26 04:10:04 +0300
commita59ec020ba051f63bebbabe429b4eba0e686b991 (patch)
tree11ddd9bff9b82b256bb4a0c180829cf33a26352e
parent93e31d77e41e02d2a3c66843594242aad0a6f94b (diff)
Bump core-js from 3.23.5 to 3.24.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.5 to 3.24.0. - [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.23.5...v3.24.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... 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 e3f65220..0215d397 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,7 +18,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
- "core-js": "^3.23.5",
+ "core-js": "^3.24.0",
"dompurify": "^2.3.10",
"file-saver": "^2.0.5",
"linkify-string": "^3.0.4",
@@ -4634,9 +4634,9 @@
"peer": true
},
"node_modules/core-js": {
- "version": "3.23.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.5.tgz",
- "integrity": "sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg==",
+ "version": "3.24.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.0.tgz",
+ "integrity": "sha512-IeOyT8A6iK37Ep4kZDD423mpi6JfPRoPUdQwEWYiGolvn4o6j2diaRzNfDfpTdu3a5qMbrGUzKUpYpRY8jXCkQ==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -17457,9 +17457,9 @@
"peer": true
},
"core-js": {
- "version": "3.23.5",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.23.5.tgz",
- "integrity": "sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg=="
+ "version": "3.24.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.0.tgz",
+ "integrity": "sha512-IeOyT8A6iK37Ep4kZDD423mpi6JfPRoPUdQwEWYiGolvn4o6j2diaRzNfDfpTdu3a5qMbrGUzKUpYpRY8jXCkQ=="
},
"core-js-compat": {
"version": "3.20.2",
diff --git a/package.json b/package.json
index b51bda14..16be3894 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
- "core-js": "^3.23.5",
+ "core-js": "^3.24.0",
"dompurify": "^2.3.10",
"file-saver": "^2.0.5",
"linkify-string": "^3.0.4",