From e15dece76e6c32668f63440c4880e990dbf80814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:37:25 +0000 Subject: [PATCH] deps: bump @npmcli/promise-spawn from 7.0.2 to 8.0.0 Bumps [@npmcli/promise-spawn](https://github.com/npm/promise-spawn) from 7.0.2 to 8.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/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@npmcli/promise-spawn" 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 810a252..b69ffce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@npmcli/node-gyp": "^3.0.0", "@npmcli/package-json": "^5.0.0", - "@npmcli/promise-spawn": "^7.0.0", + "@npmcli/promise-spawn": "^8.0.0", "node-gyp": "^10.0.0", "proc-log": "^4.0.0", "which": "^4.0.0"