From 196d38af669b6e19a55f78533747616af785f421 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 05:47:21 +0000 Subject: [PATCH] Bump core-js from 2.6.5 to 3.16.0 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.5 to 3.16.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/v2.6.5...v3.16.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e0ecc60..9618c1d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "vue-cli-service build --target lib --name vue-scroll-select ./src/index.js" }, "dependencies": { - "core-js": "^2.6.5", + "core-js": "^3.16.0", "vue": "^2.6.6" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8c45651..5a296f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2208,6 +2208,11 @@ core-js@^2.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895" integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A== +core-js@^3.16.0: + version "3.16.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986" + integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g== + core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"