From 780a2cc16a21027b253b1f8e34504b36348d75bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:01:36 +0000 Subject: [PATCH] deps: bump @npmcli/promise-spawn from 8.0.3 to 9.0.0 Bumps [@npmcli/promise-spawn](https://github.com/npm/promise-spawn) from 8.0.3 to 9.0.0. - [Release notes](https://github.com/npm/promise-spawn/releases) - [Changelog](https://github.com/npm/promise-spawn/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/promise-spawn/compare/v8.0.3...v9.0.0) --- updated-dependencies: - dependency-name: "@npmcli/promise-spawn" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1015c85..8f20839 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@npmcli/node-gyp": "^5.0.0", "@npmcli/package-json": "^7.0.0", - "@npmcli/promise-spawn": "^8.0.0", + "@npmcli/promise-spawn": "^9.0.0", "node-gyp": "^11.0.0", "proc-log": "^6.0.0", "which": "^5.0.0"