From 289b1be3f8d9518dbe9e7a7914ab06610bc68b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:02:06 +0000 Subject: [PATCH] Bump core-js from 3.22.7 to 3.22.8 Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.7 to 3.22.8. - [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.7...v3.22.8) --- 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 5f5df87..adb6ff9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "braces": "^3.0.2", "browser-sync": "^2.27.10", "child_process": "^1.0.2", - "core-js": "^3.22.7", + "core-js": "^3.22.8", "del": "^6.1.1", "fancy-log": "^2.0.0", "fstream": "^1.0.12", diff --git a/yarn.lock b/yarn.lock index 7074ada..69f27f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2283,10 +2283,10 @@ core-js-compat@^3.20.0, core-js-compat@^3.22.1: browserslist "^4.20.3" semver "7.0.0" -core-js@^3.22.7: - version "3.22.7" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f" - integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg== +core-js@^3.22.8: + version "3.22.8" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.8.tgz#23f860b1fe60797cc4f704d76c93fea8a2f60631" + integrity sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"