From e6211cc5ae0be0a7b2f125ebf45c9ccf66f333e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:01:29 +0000 Subject: [PATCH] build(deps-dev): bump zx from 8.8.0 to 8.8.3 Bumps [zx](https://github.com/google/zx) from 8.8.0 to 8.8.3. - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.8.0...8.8.3) --- updated-dependencies: - dependency-name: zx dependency-version: 8.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4d4c976..8c6249a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@iarna/toml": "^2.2.5", - "zx": "^8.8.0" + "zx": "^8.8.3" }, "engines": { "node": ">=v20.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b3f224c..cd9063b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,16 +12,16 @@ importers: specifier: ^2.2.5 version: 2.2.5 zx: - specifier: ^8.8.0 - version: 8.8.0 + specifier: ^8.8.3 + version: 8.8.3 packages: '@iarna/toml@2.2.5': resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} - zx@8.8.0: - resolution: {integrity: sha512-v0VZXgSHusDvTtZROno3Ws8xkE1uNSSwH/yF8Fm+ZwBrYhr+bRNNpsnTJ32eR/t6umc7lAz5WqdP800ugW9zFA==} + zx@8.8.3: + resolution: {integrity: sha512-8GWaBTVU6wzTdqO0v5qwGMUFLCYduW7UUxaliRD+FXGRfYM8KLDGL93idbdGFLomHDi18ZxCfhAJqYZB8rJNvw==} engines: {node: '>= 12.17.0'} hasBin: true @@ -29,4 +29,4 @@ snapshots: '@iarna/toml@2.2.5': {} - zx@8.8.0: {} + zx@8.8.3: {}