From 647ecfd29737ef14fa39b59055fb99705242f6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:47:59 +0000 Subject: [PATCH] Bump core-js from 3.32.0 to 3.32.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.0 to 3.32.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.32.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 f0b72dc..1e260d9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "braces": "^3.0.2", "browser-sync": "^2.29.3", "child_process": "^1.0.2", - "core-js": "^3.32.0", + "core-js": "^3.32.1", "del": "^7.0.0", "fancy-log": "^2.0.0", "fstream": "^1.0.12", diff --git a/yarn.lock b/yarn.lock index e486d53..0c3575b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2315,10 +2315,10 @@ core-js-compat@^3.31.0: dependencies: browserslist "^4.21.9" -core-js@^3.32.0: - version "3.32.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.0.tgz#7643d353d899747ab1f8b03d2803b0312a0fb3b6" - integrity sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww== +core-js@^3.32.1: + version "3.32.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.1.tgz#a7d8736a3ed9dd05940c3c4ff32c591bb735be77" + integrity sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ== core-util-is@~1.0.0: version "1.0.2"