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
currently used version of dependency tsdx fails the npm security audit:
"tsdx": "^0.12.3",
https://github.com/sw-yx/react-netlify-identity/blob/master/package.json#L56
│ moderate │ Cross-Site Scripting │ │ Package │ serialize-javascript │ │ Patched in │ >=2.1.1
no npm audit failure
upgrade to latest version of tsdx
This prevents this library to be used in any security aware projects
The text was updated successfully, but these errors were encountered:
Same for "yargs-parser"
Sorry, something went wrong.
No branches or pull requests
Current Behavior
currently used version of dependency tsdx fails the npm security audit:
https://github.com/sw-yx/react-netlify-identity/blob/master/package.json#L56
│ moderate │ Cross-Site Scripting │
│ Package │ serialize-javascript │
│ Patched in │ >=2.1.1
Expected behavior
no npm audit failure
Suggested solution(s)
upgrade to latest version of tsdx
Additional context
This prevents this library to be used in any security aware projects
The text was updated successfully, but these errors were encountered: