From 5b9f4011cc5c77148b7a6dcf8d37560560cb5a83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 09:37:32 +0000 Subject: [PATCH] build(deps): bump core-js from 2.6.9 to 3.8.0 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.9 to 3.8.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.8.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 1a0c85fa..d09dbd73 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.8.0", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.3", "ts-helpers": "^1.1.2", diff --git a/yarn.lock b/yarn.lock index 393a6162..570beab8 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.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.0.tgz#0fc2d4941cadf80538b030648bb64d230b4da0ce" + integrity sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"