-
Axios and Tar dependency libraries have vulnerabilities in 18.0.x version [latest] causing security issues. Please update axios and tar to latest versions |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Both Run For your own repo, you can use |
Beta Was this translation helpful? Give feedback.
Both
tar
andfollow-redirects
(theaxios
vulnerability) are deps of deps, so we don't have control over their versions. I recommend you open issues against those projects instead. This isn't something we can handle on our end.Run
npm why tar
andnpm why follow-redirects
(or the pnpm/yarn equivalent) to see what packages are using them.For your own repo, you can use
overrides
orresolutions
in yourpackage.json
file (depending on your package manager) to force the patched versions of affected packages.