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
dc(4.2.7) using d3(6.6.2) as required dependency , d3 has d3-color:2.0.0 vulnerability, it needs to update latest d3 version GHSA-36jr-mh4h-2g58
"dc": { "version": "4.2.7", "resolved": "https://registry.npmjs.org/dc/-/dc-4.2.7.tgz", "integrity": "sha512-83vzVpBmXFCW7V2uVhBolcPX22d19k4GV7zJWu8jkyNhMstAb/XYl2Eld3Kp71eLD8YM9RsIRgtrmLViQeZTuQ==", "requires": { "d3": "^6.6.2" }, .... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dc(4.2.7) using d3(6.6.2) as required dependency , d3 has d3-color:2.0.0 vulnerability, it needs to update latest d3 version
GHSA-36jr-mh4h-2g58
"dc": {
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/dc/-/dc-4.2.7.tgz",
"integrity": "sha512-83vzVpBmXFCW7V2uVhBolcPX22d19k4GV7zJWu8jkyNhMstAb/XYl2Eld3Kp71eLD8YM9RsIRgtrmLViQeZTuQ==",
"requires": {
"d3": "^6.6.2"
},
....
}
The text was updated successfully, but these errors were encountered: