From 63797a8cb64b6979dcc9f4fd59cdf5fd5d7d65ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:11:44 -0700 Subject: [PATCH] deps: bump @npmcli/promise-spawn from 5.0.0 to 6.0.1 (#244) Bumps [@npmcli/promise-spawn](https://github.com/npm/promise-spawn) from 5.0.0 to 6.0.1. - [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/v5.0.0...v6.0.1) --- 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 15f1efb8..0c1cd9bd 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": "^5.0.0", + "@npmcli/promise-spawn": "^6.0.1", "@npmcli/run-script": "^5.0.0", "cacache": "^17.0.0", "fs-minipass": "^2.1.0",