From 1bfadcb1abadf316f229f4cad5a3bb8a623fd21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:30:46 -0700 Subject: [PATCH] deps: bump @npmcli/promise-spawn from 4.0.0 to 5.0.0 (#127) Bumps [@npmcli/promise-spawn](https://github.com/npm/promise-spawn) from 4.0.0 to 5.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/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: "@npmcli/promise-spawn" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a8a89b..d1af895 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@npmcli/node-gyp": "^3.0.0", - "@npmcli/promise-spawn": "^4.0.0", + "@npmcli/promise-spawn": "^5.0.0", "node-gyp": "^9.0.0", "read-package-json-fast": "^3.0.0", "which": "^2.0.2"