-
Notifications
You must be signed in to change notification settings - Fork 597
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
Dependency Range Issue in npm audit fix #4847
Comments
I'm also struggling with this. I looked into my It looks like the offending nested dependency is So it looks like this could possibly be a false-positive coming from npm. And I am not sure if this is at all related, but there appears to be an out-of-order release (a few back) that is listed as version 3.6.3 despite the current latest being 3.353.1. Also, the output of |
The
Therefore we must wait for |
Any updates on it. |
I've noticed that anyone opened an issue in the lib "fast-xml-parser". Should we do that? |
Hi @borfig @vivek-mahajan-xero @fernandopioli @MixMasterT @musabibnsiraj , That being said we can take a look and see if there's anything we can do on our end. Thanks, |
Looks like there is an upstream issue for the advisory |
The fast-xml-parser maintainer is not responding to thread in the repo (it's been 2 days), how should AWS handle this? |
It looks like fast-xml-parser 4.2.5 has been released now https://www.npmjs.com/package/fast-xml-parser/v/4.2.5 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Checkboxes for prior research
Describe the bug
When running the npm audit fix --force command, the following error is encountered:
SDK version number
Observed Behavior
npm audit fix --force
package.json
Steps to Reproduce:
Run npm audit fix --force command.
Expected Behavior:
The npm audit fix command should resolve vulnerabilities and install dependencies within the specified range.
Actual Behavior:
The command attempts to install @aws-sdk/[email protected], which is not within the allowed dependency range.
Affected Packages:
Dependency Range Violations:
The text was updated successfully, but these errors were encountered: