From caf7a859ee875488017177c84a78e4211381e744 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 08:19:58 +0000 Subject: [PATCH] build(deps): bump core-js from 2.6.9 to 3.16.0 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.9 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.9...v3.16.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 389ea032..8a26b5a1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@uirouter/core": "6.0.7", "@uirouter/rx": "0.6.5", "@uirouter/visualizer": "^7.2.1", - "core-js": "^2.5.7", + "core-js": "^3.16.0", "rxjs": "^6.6.7", "rxjs-compat": "^6.6.7", "ts-helpers": "^1.1.2", diff --git a/yarn.lock b/yarn.lock index 2e593bef..a4103af9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3185,10 +3185,10 @@ core-js@3.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== -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.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"