From 1256cf87b0587d402c3f3385d2eb355b80f46f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:13:31 +0000 Subject: [PATCH] Bump zx from 8.1.4 to 8.1.9 Bumps [zx](https://github.com/google/zx) from 8.1.4 to 8.1.9. - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.1.4...8.1.9) --- 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 c9d9c32a984..1a57955dd38 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.1.4" + "zx": "^8.1.9" }, "bundlewatch": [ { diff --git a/yarn.lock b/yarn.lock index 971b1dea1ae..5e76a7a9e87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11553,10 +11553,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.1.4: - version "8.1.4" - resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.4.tgz#19bcd543fab34d01d7d4174a314b33cde9115a17" - integrity sha512-QFDYYpnzdpRiJ3dL2102Cw26FpXpWshW4QLTGxiYfIcwdAqg084jRCkK/kuP/NOSkxOjydRwNFG81qzA5r1a6w== +zx@^8.1.9: + version "8.1.9" + resolved "https://registry.yarnpkg.com/zx/-/zx-8.1.9.tgz#36b8be5929a1c870dcaa28551095e17aa7ebf251" + integrity sha512-UHuLHphHmsBYKkAchkSrEN4nzDyagafqC9HUxtc1J7eopaScW6H9dsLJ1lmkAntnLtDTGoM8fa+jrJrXiIfKFA== optionalDependencies: "@types/fs-extra" ">=11" "@types/node" ">=20"