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"