From 9f867659875f0f8451a1f1ba66b2a8ddf411dbcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:52:04 +0000 Subject: [PATCH] Bump core-js from 3.33.0 to 3.33.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.0 to 3.33.1. - [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.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... 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 31ccb3cf2d..d9f9cab644 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.33.0", + "core-js": "^3.33.1", "d3": "^7.8.5", "dayjs": "^1.11.10", "dragula": "^3.7.3", diff --git a/yarn.lock b/yarn.lock index 8722b3da05..af98748a9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3069,10 +3069,10 @@ core-js-compat@^3.31.0, core-js-compat@^3.32.2: dependencies: browserslist "^4.22.1" -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== +core-js@^3.33.1: + version "3.33.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.1.tgz#ef3766cfa382482d0a2c2bc5cb52c6d88805da52" + integrity sha512-qVSq3s+d4+GsqN0teRCJtM6tdEEXyWxjzbhVrCHmBS5ZTM0FS2MOS0D13dUXAWDUN6a+lHI/N1hF9Ytz6iLl9Q== cosmiconfig@^7.0.0: version "7.1.0"