From 3aa363f25a30fc45987b72d84bb6ad85477bc9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:14:08 +0000 Subject: [PATCH] chore(deps): bump zx in /integration-tests/js-compute in the npm group Bumps the npm group in /integration-tests/js-compute with 1 update: [zx](https://github.com/google/zx). Updates `zx` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/google/zx/releases) - [Commits](https://github.com/google/zx/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: zx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- integration-tests/js-compute/package-lock.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/integration-tests/js-compute/package-lock.json b/integration-tests/js-compute/package-lock.json index d7d2e87f15..6ee264eab9 100644 --- a/integration-tests/js-compute/package-lock.json +++ b/integration-tests/js-compute/package-lock.json @@ -1137,9 +1137,10 @@ } }, "node_modules/zx": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/zx/-/zx-8.3.0.tgz", - "integrity": "sha512-L8mY3yfJwo3a8ZDD6f9jZzAcRWJZYcV8GauZmBxLB/aSTwaMzMIEVpPp2Kyx+7yF0gdvuxKnMxAZRft9UCawiw==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/zx/-/zx-8.3.1.tgz", + "integrity": "sha512-MjNXfysB0Rv/lMi8oFa3a3flNC/KKqhguuarqxYM/uz/WFoD/AgHDkDdoDD4Y4nRjaCDphJJBTeeaPAE1P7fhA==", + "license": "Apache-2.0", "bin": { "zx": "build/cli.js" }, @@ -1953,9 +1954,9 @@ "dev": true }, "zx": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/zx/-/zx-8.3.0.tgz", - "integrity": "sha512-L8mY3yfJwo3a8ZDD6f9jZzAcRWJZYcV8GauZmBxLB/aSTwaMzMIEVpPp2Kyx+7yF0gdvuxKnMxAZRft9UCawiw==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/zx/-/zx-8.3.1.tgz", + "integrity": "sha512-MjNXfysB0Rv/lMi8oFa3a3flNC/KKqhguuarqxYM/uz/WFoD/AgHDkDdoDD4Y4nRjaCDphJJBTeeaPAE1P7fhA==", "requires": { "@types/fs-extra": ">=11", "@types/node": ">=20"