python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Overriding nested dependencies in Node.js projects to improve "npm audit" vulnerability report
I got some vulnerabilities resolved in my Node.js project by forcing some nested dependency updates but I need help understanding what's actually happening behind the scene of this improvement.
Here i...
AliReza
Votes: 0
Answers: 1
npm audit fix not updating package.json
I want to fix one vulnerability and after lot of hit and trial, I want to use the fix given by npm audit fix. The npm audit says:
# Run npm update mkdirp --depth 8 to resolve 10 vulnerabilities
...
user124
Votes: 0
Answers: 1
Uptating angular version 12 to 13 in a library
How can I upgrade my library from using angular 12 to 13
I'm trying to do
ng update @angular/core @angular/cli @angular/material
but it is only updating the project's package.json not the library's
p...
Adam
Votes: 0
Answers: 1
Warning: true is not a PostCSS plugin
I have an issue while building a project, this error keeps popping up:
Warning: true is not a PostCSS plugin.
This error was not visible before an upgrade was done from node v.10.x.x to v.16.14.x.
Her...
Torjescu Sergiu
Votes: 0
Answers: 1