From 1b0125990d085e073b0ab6f1a20b62bceeb55d19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 10:05:06 +0000 Subject: [PATCH] build(deps): bump core-js from 2.6.9 to 3.7.0 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.9 to 3.7.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.9...v3.7.0) 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 08244597..c8a47022 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@uirouter/core": "6.0.5", "@uirouter/rx": "0.6.5", "@uirouter/visualizer": "^7.2.1", - "core-js": "^2.5.7", + "core-js": "^3.7.0", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.3", "ts-helpers": "^1.1.2", diff --git a/yarn.lock b/yarn.lock index b6b6c1bd..544b1da8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3161,10 +3161,10 @@ core-js@3.6.4: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647" integrity sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw== -core-js@^2.5.7: - version "2.6.9" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2" - integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A== +core-js@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.7.0.tgz#b0a761a02488577afbf97179e4681bf49568520f" + integrity sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"