From 16751ec50c970ecdae415567266416573e87dc3c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 05:00:09 +0000 Subject: [PATCH] Bump core-js from 3.6.4 to 3.15.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.6.4 to 3.15.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.15.0/packages/core-js) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 65bf78e..a88b227 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@sentry/integrations": "^5.19.2", "bulma": "^0.9.0", "compressorjs": "^1.0.6", - "core-js": "^3.6.4", + "core-js": "^3.15.0", "moment": "^2.24.0", "vue": "^2.6.11", "vue-infinite-loading": "^2.4.5", diff --git a/yarn.lock b/yarn.lock index ec7b751..dc53ae9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2529,10 +2529,10 @@ core-js-compat@^3.6.2, core-js-compat@^3.6.4: browserslist "^4.8.3" semver "7.0.0" -core-js@^3.6.4: - version "3.6.4" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647" - integrity sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw== +core-js@^3.15.0, core-js@^3.6.4: + version "3.15.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.0.tgz#db9554ebce0b6fd90dc9b1f2465c841d2d055044" + integrity sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"