From 73b5432d13e3429da0d204987189cc3be46d6694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:43:33 +0000 Subject: [PATCH] Bump core-js from 3.32.2 to 3.33.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.2 to 3.33.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.33.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 ed63453fd5..99cb004bad 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-plugin-macros": "^3.1.0", "bootstrap": "5.3.2", "clipboard": "^2.0.11", - "core-js": "^3.32.2", + "core-js": "^3.33.0", "d3": "^7.8.5", "dayjs": "^1.11.10", "dragula": "^3.7.3", diff --git a/yarn.lock b/yarn.lock index a549a2cb6d..ce0c6ba6b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3054,10 +3054,10 @@ core-js-compat@^3.31.0: dependencies: browserslist "^4.21.9" -core-js@^3.32.2: - version "3.32.2" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.2.tgz#172fb5949ef468f93b4be7841af6ab1f21992db7" - integrity sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ== +core-js@^3.33.0: + version "3.33.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.0.tgz#70366dbf737134761edb017990cf5ce6c6369c40" + integrity sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw== cosmiconfig@^7.0.0: version "7.1.0"