From fcfe3e6b1b51f8f3027bd232ac53f1b4d67b6821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 02:13:10 +0000 Subject: [PATCH] deps: bump @npmcli/promise-spawn from 3.0.0 to 4.0.0 Bumps [@npmcli/promise-spawn](https://github.com/npm/promise-spawn) from 3.0.0 to 4.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/v3.0.0...v4.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 4095afdd..44106e61 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@npmcli/git": "^4.0.0", "@npmcli/installed-package-contents": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", + "@npmcli/promise-spawn": "^4.0.0", "@npmcli/run-script": "^4.1.0", "cacache": "^17.0.0", "fs-minipass": "^2.1.0",