You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm audit reports a low severity "Prototype Pollution" vulnerability in yargs-parser, which is a dependency of @angular-devkit/build-angular via webpack-dev-server. This has been fixed in webpack-dev-server 3.11.0, so the dependency just needs to be updated to that version.
🔥 Exception or Error
=== npm audit security report ===
Manual Review
Some vulnerabilities require your attention to resolve
Visit https://go.npm.me/audit-guide for additional guidance
Low Prototype Pollution
Package yargs-parser
Patched in >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2
Dependency of @angular-devkit/build-angular [dev]
Path @angular-devkit/build-angular > webpack-dev-server > yargs >
yargs-parser
More info https://npmjs.com/advisories/1500
…dev-server
webpack-dev-server <3.11.0 contains a low severity vulnerability due to one of its dependencies (yargs-parser). This change updates to 3.11.0 to remove the vulnerability.
https://npmjs.com/advisories/1500Closes: angular#17716
…dev-server
webpack-dev-server <3.11.0 contains a low severity vulnerability due to one of its dependencies (yargs-parser). This change updates to 3.11.0 to remove the vulnerability.
https://npmjs.com/advisories/1500Closes: #17716
🐞 Bug report
Is this a regression?
No
Description
npm audit
reports a low severity "Prototype Pollution" vulnerability in yargs-parser, which is a dependency of @angular-devkit/build-angular via webpack-dev-server. This has been fixed in webpack-dev-server 3.11.0, so the dependency just needs to be updated to that version.🔥 Exception or Error
🌍 Your Environment
The text was updated successfully, but these errors were encountered: