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

github.com/nextcloud/mail.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-07-03 04:03:03 +0300
committerGitHub <noreply@github.com>2021-07-03 04:03:03 +0300
commit2d069ed253e4f1c27d32ac4ba97113dbbf41709a (patch)
tree849f826358844a167dbc9acba4da96f3afe064b0
parentd1996c97220408f4ebc9b54c0ca1f3f8e6e1b831 (diff)
Bump core-js from 3.15.1 to 3.15.2
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.15.1 to 3.15.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/commits/v3.15.2/packages/core-js) --- 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 16fdfd1f1..38e3583eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,7 +38,7 @@
"@riophae/vue-treeselect": "^0.4.0",
"@vue/babel-preset-app": "^4.5.13",
"color-convert": "^2.0.1",
- "core-js": "^3.15.1",
+ "core-js": "^3.15.2",
"debounce-promise": "^3.1.2",
"dompurify": "^2.2.9",
"html-to-text": "^5.1.1",
@@ -7040,9 +7040,9 @@
}
},
"node_modules/core-js": {
- "version": "3.15.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
- "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==",
+ "version": "3.15.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.2.tgz",
+ "integrity": "sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -28387,9 +28387,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
- "version": "3.15.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
- "integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg=="
+ "version": "3.15.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.2.tgz",
+ "integrity": "sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q=="
},
"core-js-compat": {
"version": "3.15.1",
diff --git a/package.json b/package.json
index d9931a8a5..f3aad5a7f 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@riophae/vue-treeselect": "^0.4.0",
"@vue/babel-preset-app": "^4.5.13",
"color-convert": "^2.0.1",
- "core-js": "^3.15.1",
+ "core-js": "^3.15.2",
"debounce-promise": "^3.1.2",
"dompurify": "^2.2.9",
"html-to-text": "^5.1.1",