-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove child-process-promise from dependencies #1559
Remove child-process-promise from dependencies #1559
Conversation
/integration sha=93465150425a3b168a3f250289b52e9f10b97a79 |
PR Summary
|
⌛ Integration tests are running... Check their status here 👈 |
/integration sha=123e787ab3890d6d8f3908c1f5806892ead2a15b |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
❌ Oh no! Integration tests have failed |
/integration sha=a9509fa68f0f73ca7c27a37a48e7487aecfa4440 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
/integration sha=66dee1888cdb55f7967331c504e5f1901446be63 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
/integration sha=0fdc542738b0afff3c9a6f1b20e0f39dcda5f404 |
⌛ Integration tests are running... Check their status here 👈 |
/integration sha=70f284c8a81e071dfe07eccc7be001cc255251e2 |
⌛ Integration tests are running... Check their status here 👈 |
/integration sha=c9cb82e0e2a6e9027950113efd17e8b96bb2b203 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
/integration sha=d3c7e6ef9b070569ba5942185649cbc6a4828284 |
⌛ Integration tests are running... Check their status here 👈 |
/integration sha=a54668262b46f92995a9e840d0f8dc13c813dc76 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
❌ Oh no! Integration tests have failed |
❌ Oh no! Integration tests have failed |
❌ Oh no! Integration tests have failed |
a546682
to
123e787
Compare
/integration sha=8a3f7bd0f6df736e3e423176d510a725642601c4 |
⌛ Integration tests are running... Check their status here 👈 |
8a3f7bd
to
71fa4ed
Compare
/integration sha=71fa4eddf21ea96bf2bc04962626c09363962c98 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
❌ Oh no! Integration tests have failed |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
There's a vulnerability with high severity found in the cross-spawn package. This package comes as a child dependency of child-process-promise, a project that hasn't been updated in years and that is not likely to change. This PR replaces child-process-promise with other, more up-to-date alternatives.
Changes
Checks