We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Versions below 0.28.0 have a medium security vulnerability:
and the package.json in this package says "axios": "^0.21.4"
So you may say - what's the problem, just update your lockfile so it installs 0.28.1 that still matches ^0.21.4
Unfortunately for 0.x versions the ^ operator works like ~
So this means that dc-delivery-sdk-js always downloads 0.21.4 which is vulnerable in the security audit
npm/node-semver#79
https://semver.npmjs.com/#syntax-examples
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions below 0.28.0 have a medium security vulnerability:
and the package.json in this package says "axios": "^0.21.4"
So you may say - what's the problem, just update your lockfile so it installs 0.28.1 that still matches ^0.21.4
Unfortunately for 0.x versions the ^ operator works like ~
So this means that dc-delivery-sdk-js always downloads 0.21.4 which is vulnerable in the security audit
npm/node-semver#79
https://semver.npmjs.com/#syntax-examples
The text was updated successfully, but these errors were encountered: