From 53d1c777d7e64e494b908fe19c4ff0d2eb356063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 06:59:47 +0000 Subject: [PATCH] Bump zx from 8.2.2 to 8.2.4 Bumps [zx](https://github.com/google/zx) from 8.2.2 to 8.2.4. - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.2.2...8.2.4) --- updated-dependencies: - dependency-name: zx 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 73620704e4a..d12c1f33c7e 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.2" + "zx": "^8.2.4" }, "bundlewatch": [ { diff --git a/yarn.lock b/yarn.lock index bfbfd98c97b..7f29d3d7799 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.2: - version "8.2.2" - resolved "https://registry.yarnpkg.com/zx/-/zx-8.2.2.tgz#ec77551d53ea9979213d6cce963516d20d305e54" - integrity sha512-HSIdpU5P2ONI0nssnhsUZNCH9Sd/Z8LIFk9n8QTbu6JufzJx7qR7ajrMN21s06JqWSApcN012377iWsv8Vs5bg== +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== optionalDependencies: "@types/fs-extra" ">=11" "@types/node" ">=20"