From 1bb02c25ae7769205cee50b5cab526489d3c1185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 01:12:20 +0000 Subject: [PATCH] Bump core-js from 3.6.5 to 3.10.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.6.5 to 3.10.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/commits/v3.10.0/packages/core-js) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49cf4cfc..aaa790e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5031,9 +5031,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", + "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" }, "core-js-compat": { "version": "3.6.5", diff --git a/package.json b/package.json index b55b9941..3b9d75bb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/router": "^1.2.0", "@nextcloud/vue": "^2.6.5", - "core-js": "^3.4.4", + "core-js": "^3.10.0", "vue": "^2.6.12", "vue-click-outside": "^1.1.0", "vuex": "^3.6.2"