From b44d463c968808cf7c918963908a397794c20e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:30:29 +0000 Subject: [PATCH] Bump core-js from 3.35.0 to 3.35.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.35.0 to 3.35.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.35.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development 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 1a10a5f1a8..2e207ef010 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "caniuse-lite": "^1.0.30001576", "chokidar-cli": "^3.0.0", "concurrently": "^8.2.2", - "core-js": "^3.35.0", + "core-js": "^3.35.1", "css-loader": "^6.9.1", "cssnano": "^6.0.3", "cypress": "^9.6.1", diff --git a/yarn.lock b/yarn.lock index 34c8a319f8..0b48aea289 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7648,10 +7648,10 @@ core-js-pure@^3.8.1: resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.1.tgz" integrity sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ== -core-js@^3.0.1, core-js@^3.0.4, core-js@^3.35.0, core-js@^3.6.5, core-js@^3.8.2: - version "3.35.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.35.0.tgz#58e651688484f83c34196ca13f099574ee53d6b4" - integrity sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg== +core-js@^3.0.1, core-js@^3.0.4, core-js@^3.35.1, core-js@^3.6.5, core-js@^3.8.2: + version "3.35.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.35.1.tgz#9c28f8b7ccee482796f8590cc8d15739eaaf980c" + integrity sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"