From 70f4c6c866b13ab4847a84ed77296df88fd519f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:30:19 +0000 Subject: [PATCH] Bump zx from 8.2.0 to 8.2.4 in the minor-and-patch-version-updates group Bumps the minor-and-patch-version-updates group with 1 update: [zx](https://github.com/google/zx). Updates `zx` from 8.2.0 to 8.2.4 - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.2.0...8.2.4) --- updated-dependencies: - dependency-name: zx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates ... 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 b7f45a4..3d7bd79 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ }, "devDependencies": { "semver": "7.6.3", - "zx": "8.2.0" + "zx": "8.2.4" } } diff --git a/yarn.lock b/yarn.lock index 8d56895..0c05f02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -65,10 +65,10 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -zx@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/zx/-/zx-8.2.0.tgz#46e8594bf2fe8c6bc15d6e571108e525da3c22b1" - integrity sha512-ec7Z1Ki9h4CsKqbMjZ8H7G1PbbZYErscxT314LF66Ljx1YRENisqa5m9IN2VjbYgOKxdv5t0MbVd3Hf+II3e7w== +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"