From a54f51f3905f43fbf2edad5818ab16f332ee2b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:28:36 +0000 Subject: [PATCH] chore(deps): bump core-js from 3.22.7 to 3.28.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.22.7 to 3.28.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.28.0/packages/core-js) --- 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 1b7f66673163e3..8b454e0b25aace 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "color": "^4.2.3", "compression-webpack-plugin": "10.0.0", "copy-text-to-clipboard": "3.0.1", - "core-js": "^3.22.7", + "core-js": "^3.28.0", "crypto-browserify": "^3.12.0", "crypto-js": "4.0.0", "css-loader": "^5.2.6", diff --git a/yarn.lock b/yarn.lock index 5f15c164f366a3..869c875002747c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6520,10 +6520,10 @@ core-js@^1.0.0: resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= -core-js@^3.0.4, core-js@^3.22.7, core-js@^3.6.5, core-js@^3.8.2: - version "3.22.7" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f" - integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg== +core-js@^3.0.4, core-js@^3.28.0, core-js@^3.6.5, core-js@^3.8.2: + version "3.28.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.28.0.tgz#ed8b9e99c273879fdfff0edfc77ee709a5800e4a" + integrity sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw== core-util-is@~1.0.0: version "1.0.2"