Skip to content

Commit

Permalink
deps: bump execa from 8.0.1 to 9.0.2 (#453)
Browse files Browse the repository at this point in the history
* deps: bump execa from 8.0.1 to 9.0.2

Bumps [execa](https://github.com/sindresorhus/execa) from 8.0.1 to 9.0.2.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v8.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* `signal` -> `cancelSignal`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Gruber <julian@juliangruber.com>
  • Loading branch information
dependabot[bot] and juliangruber authored May 10, 2024
1 parent 1920722 commit 00bbf99
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 117 deletions.
2 changes: 1 addition & 1 deletion lib/zinnia.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export async function run ({
STATE_ROOT,
CACHE_ROOT
},
signal
cancelSignal: signal
}
)
childProcesses.push(Object.assign(childProcess, { moduleName: module }))
Expand Down
Loading

0 comments on commit 00bbf99

Please sign in to comment.