Skip to content
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

Upgrade axios to 1.6.8 #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

naimdjon
Copy link

This upgrades axios to 1.6.8 in order to mitigate the security vulnerability in the transitive dependency follow-redirects.

@@ -1,44 +1,92 @@
{
"name": "wait-on",
"version": "7.2.0",
"lockfileVersion": 1,
"lockfileVersion": 3,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check if updating the lockfileVersion to 3 would make it a breaking change.
The README claims compatibility for Node.js 12+
Node.js 12 however uses npm 6 which in turn uses lockfileVersion 1
https://docs.npmjs.com/cli/v10/configuring-npm/package-lock-json#lockfileversion

Copy link
Author

@naimdjon naimdjon Mar 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, my default node version is 18, didn't see the change in the lockfileVersion. Updated the PR after having installed deps with node 12.

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.

None yet

2 participants