From 854fad16afe96737abe0f6a4583aef2b962929f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:37:48 -0700 Subject: [PATCH] deps: bump @npmcli/promise-spawn from 4.0.0 to 5.0.0 (#239) 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 8201b9c4..732c611e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@npmcli/git": "^4.0.0", "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/promise-spawn": "^4.0.0", + "@npmcli/promise-spawn": "^5.0.0", "@npmcli/run-script": "^5.0.0", "cacache": "^17.0.0", "fs-minipass": "^2.1.0",