From b91811c2f3129c0bfa6ccad4497e410f046d1098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:01:27 +0000 Subject: [PATCH] build(deps-dev): bump zx from 8.8.0 to 8.8.1 Bumps [zx](https://github.com/google/zx) from 8.8.0 to 8.8.1. - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.8.0...8.8.1) --- updated-dependencies: - dependency-name: zx dependency-version: 8.8.1 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 ba26f92..8d69fd9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@iarna/toml": "^2.2.5", "typescript": "^5.9.2", - "zx": "^8.8.0" + "zx": "^8.8.1" }, "engines": { "node": ">=v20.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb9a17e..edc8199 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.9.2 version: 5.9.2 zx: - specifier: ^8.8.0 - version: 8.8.0 + specifier: ^8.8.1 + version: 8.8.1 packages: @@ -28,8 +28,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - zx@8.8.0: - resolution: {integrity: sha512-v0VZXgSHusDvTtZROno3Ws8xkE1uNSSwH/yF8Fm+ZwBrYhr+bRNNpsnTJ32eR/t6umc7lAz5WqdP800ugW9zFA==} + zx@8.8.1: + resolution: {integrity: sha512-qvsKBnvWHstHKCluKPlEgI/D3+mdiQyMoSSeFR8IX/aXzWIas5A297KxKgPJhuPXdrR6ma0Jzx43+GQ/8sqbrw==} engines: {node: '>= 12.17.0'} hasBin: true @@ -39,4 +39,4 @@ snapshots: typescript@5.9.2: {} - zx@8.8.0: {} + zx@8.8.1: {}