Skip to content

build: replace npm-run-all dependency with npm-run-all2 - #136

Merged
chrispcampbell merged 2 commits into
mainfrom
chris/128-npm-run-all2
Sep 4, 2026
Merged

build: replace npm-run-all dependency with npm-run-all2#136
chrispcampbell merged 2 commits into
mainfrom
chris/128-npm-run-all2

Conversation

@chrispcampbell

Copy link
Copy Markdown
Contributor

Fixes #128

See issue for details.

The npm-run-all2 package is a maintained fork of npm-run-all.  It is a
drop-in replacement, has fewer dependencies, and does not rely on the
older versions of cross-spawn that have reported vulnerabilities.

Note that we use the 8.x version (instead of the latest 9.x) because
9.x requires Node 22.22.2 or later, which is stricter than the Node
version required by this project.
@chrispcampbell
chrispcampbell merged commit 8f19d65 into main Sep 4, 2026
1 check passed
@chrispcampbell
chrispcampbell deleted the chris/128-npm-run-all2 branch September 4, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace npm-run-all dependency with npm-run-all2

1 participant