From 5399c06c3138dac93bc84c201df65db65539ff7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 23:19:02 +0000 Subject: [PATCH] build(deps): bump @malept/cross-spawn-promise from 1.1.1 to 2.0.0 Bumps [@malept/cross-spawn-promise](https://github.com/malept/cross-spawn-promise) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/malept/cross-spawn-promise/releases) - [Changelog](https://github.com/malept/cross-spawn-promise/blob/main/NEWS.md) - [Commits](https://github.com/malept/cross-spawn-promise/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: "@malept/cross-spawn-promise" 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 f165faa..0848019 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "prepare": "husky install" }, "dependencies": { - "@malept/cross-spawn-promise": "^1.0.0", + "@malept/cross-spawn-promise": "^2.0.0", "debug": "^4.1.1", "electron-installer-common": "^0.10.2", "fs-extra": "^9.0.0",