From 8759f99671f1f1734977b9da9d23ba9781968412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 02:12:46 +0000 Subject: [PATCH] Bump core-js from 3.6.5 to 3.22.6 Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.22.6. - [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/v3.6.5...v3.22.6) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 89fc254..21cb594 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "axios": "^0.21.1", "bignumber.js": "^9.0.1", "bootstrap": "^4.5.2", - "core-js": "^3.6.5", + "core-js": "^3.22.6", "echarts": "5.0.2", "fuse.js": "^6.4.6", "humanize-duration": "^3.27.0", diff --git a/yarn.lock b/yarn.lock index b198d03..0fc59d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3121,10 +3121,10 @@ core-js@3.8.3: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0" integrity sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q== -core-js@^3.6.5: - version "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@^3.22.6: + version "3.22.6" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.6.tgz#294dd824b4cae2c24725a36baa4a791ed00bb0de" + integrity sha512-2IGcGH00z9I4twgNWU4uGCNEsBFG1s2JudVQrgSCoVhOfwoTwQjxC8aMo9exrpTMOxvobggEpaHnGMmQY4cfBQ== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"