Prototype pollution in @angular-devkit/build-angular caused by object-path < 0.11.5 #19134
Closed
1 of 16 tasks
Labels
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: `0.901.6`. The affected version of `@angular-devkit/build-angular` is `0.1001.7`.Description
Executing
npm audit
results in a high vulnerability (prototype-pollution) found forobject-path
<0.11.5
. See https://www.npmjs.com/advisories/1573 for further information.🔬 Minimal Reproduction
ng new repro-app && cd repro-app
@angular-devkit/build-angular
with version0.1001.7
by runningnpm i @angular-devkit/build-angular@0.1001.7
npm audit
)🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
No.
The text was updated successfully, but these errors were encountered: