From 9c846a30114e30861da05beeb1ecd5bbfae90b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:03:07 +0000 Subject: [PATCH] Bump zx from 8.2.4 to 8.3.0 Bumps [zx](https://github.com/google/zx) from 8.2.4 to 8.3.0. - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.2.4...8.3.0) --- updated-dependencies: - dependency-name: zx dependency-type: direct:development update-type: version-update:semver-minor ... 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 14cb8056a86..56a5ca8434f 100644 --- a/package.json +++ b/package.json @@ -331,7 +331,7 @@ "webpack-dev-middleware": "^6.1.2", "webpack-hot-middleware": "^2.26.1", "webpack-subresource-integrity": "5.1.0", - "zx": "^8.2.4" + "zx": "^8.3.0" }, "bundlewatch": [ { diff --git a/yarn.lock b/yarn.lock index 3fdcb2ed3d8..ed98ca21935 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11614,10 +11614,10 @@ yocto-queue@^1.0.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== -zx@^8.2.4: - version "8.2.4" - resolved "https://registry.yarnpkg.com/zx/-/zx-8.2.4.tgz#28bc6a5c37d623b63a3a1c40198e0aaf9d2d136a" - integrity sha512-g9wVU+5+M+zVen/3IyAZfsZFmeqb6vDfjqFggakviz5uLK7OAejOirX+jeTOkyvAh/OYRlCgw+SdqzN7F61QVQ== +zx@^8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/zx/-/zx-8.3.0.tgz#5a4750662041c5990fad1abd02743208c6555b6b" + integrity sha512-L8mY3yfJwo3a8ZDD6f9jZzAcRWJZYcV8GauZmBxLB/aSTwaMzMIEVpPp2Kyx+7yF0gdvuxKnMxAZRft9UCawiw== optionalDependencies: "@types/fs-extra" ">=11" "@types/node" ">=20"