From ef087230ed91b313120e3915d8724593e311e48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:06:42 +0000 Subject: [PATCH] Bump core-js from 3.22.2 to 3.22.3 Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.2 to 3.22.3. - [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/compare/v3.22.2...v3.22.3) --- 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 15358a2..881bd1e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "braces": "^3.0.2", "browser-sync": "^2.27.9", "child_process": "^1.0.2", - "core-js": "^3.22.2", + "core-js": "^3.22.3", "del": "^6.0.0", "fancy-log": "^2.0.0", "fstream": "^1.0.12", diff --git a/yarn.lock b/yarn.lock index 72a810f..af5f6f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2257,10 +2257,10 @@ core-js-compat@^3.20.0, core-js-compat@^3.20.2: browserslist "^4.19.1" semver "7.0.0" -core-js@^3.22.2: - version "3.22.2" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.2.tgz#3ea0a245b0895fa39d1faa15fe75d91ade504a01" - integrity sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA== +core-js@^3.22.3: + version "3.22.3" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.3.tgz#498c41d997654cb00e81c7a54b44f0ab21ab01d5" + integrity sha512-1t+2a/d2lppW1gkLXx3pKPVGbBdxXAkqztvWb1EJ8oF8O2gIGiytzflNiFEehYwVK/t2ryUsGBoOFFvNx95mbg== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"