Skip to content

Commit

Permalink
build(deps): bump @malept/cross-spawn-promise from 1.0.0 to 1.1.0 (#1593
Browse files Browse the repository at this point in the history
)

* build(deps): bump @malept/cross-spawn-promise from 1.0.0 to 1.1.0

Bumps [@malept/cross-spawn-promise](https:/malept/cross-spawn-promise) from 1.0.0 to 1.1.0.
- [Release notes](https:/malept/cross-spawn-promise/releases)
- [Changelog](https:/malept/cross-spawn-promise/blob/master/NEWS.md)
- [Commits](malept/cross-spawn-promise@v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 50d57b3 commit edd6071
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@electron/get": "^1.9.0",
"@malept/cross-spawn-promise": "^1.0.0",
"@malept/cross-spawn-promise": "^1.1.0",
"@octokit/rest": "^16.43.1",
"@types/which": "^1.3.2",
"aws-sdk": "^2.472.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"electron-forge-vscode-win": "script/vscode.cmd"
},
"devDependencies": {
"@malept/cross-spawn-promise": "^1.0.0",
"@malept/cross-spawn-promise": "^1.1.0",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"mocha": "^7.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@electron-forge/template-typescript-webpack": "6.0.0-beta.50",
"@electron-forge/template-webpack": "6.0.0-beta.50",
"@electron/get": "^1.9.0",
"@malept/cross-spawn-promise": "^1.0.0",
"@malept/cross-spawn-promise": "^1.1.0",
"colors": "^1.4.0",
"debug": "^4.1.0",
"electron-packager": "^14.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@electron-forge/installer-darwin": "6.0.0-beta.50",
"@malept/cross-spawn-promise": "^1.0.0",
"@malept/cross-spawn-promise": "^1.1.0",
"debug": "^4.1.0",
"fs-extra": "^9.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@electron-forge/installer-darwin": "6.0.0-beta.50",
"@malept/cross-spawn-promise": "^1.0.0",
"@malept/cross-spawn-promise": "^1.1.0",
"fs-extra": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@malept/cross-spawn-promise": "^1.0.0",
"@malept/cross-spawn-promise": "^1.1.0",
"chai": "4.2.0",
"fs-extra": "^9.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,10 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==

"@malept/cross-spawn-promise@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-1.0.0.tgz#dcd07bc45e818d945d400247a297fc1d95e7766c"
integrity sha512-wE6Y5vqqBE0jATZT1oev3twD1beEcBIDwbrZVt9mekFEv3H/REyjdHCr0qulozZsp6DUya3ituJVnC4YacHO9w==
"@malept/cross-spawn-promise@^1.0.0", "@malept/cross-spawn-promise@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.0.tgz#258fde4098f5004a56db67c35f33033af64810f6"
integrity sha512-GeIK5rfU1Yd7BZJQPTGZMMmcZy5nhRToPXZcjaDwQDRSewdhp648GT2E4dh+L7+Io7AOW6WQ+GR44QSzja4qxg==
dependencies:
cross-spawn "^7.0.1"

Expand Down

0 comments on commit edd6071

Please sign in to comment.