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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
npm audit
esbuild <=0.24.2
Severity: moderate
esbuild enables any website to send any requests to the development server and read the response - GHSA-67mh-4wv8-2f99
fix available via npm audit fix --force
Will install @angular-devkit/build-angular@19.2.5, which is a breaking change
node_modules/@angular-devkit/build-angular/node_modules/esbuild
node_modules/vite/node_modules/esbuild
vite <=6.1.2
Depends on vulnerable versions of esbuild
node_modules/vite
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
npm audit
esbuild <=0.24.2
Severity: moderate
esbuild enables any website to send any requests to the development server and read the response - GHSA-67mh-4wv8-2f99
fix available via
npm audit fix --force
Will install @angular-devkit/build-angular@19.2.5, which is a breaking change
node_modules/@angular-devkit/build-angular/node_modules/esbuild
node_modules/vite/node_modules/esbuild
vite <=6.1.2
Depends on vulnerable versions of esbuild
node_modules/vite
@angular-devkit/build-angular@16.2.16
├── esbuild@0.18.17
└─┬ vite@4.5.5
└── esbuild@0.18.20
GHSA-67mh-4wv8-2f99
Minimal Reproduction
Create a new angular project using the latest v16 @angular-cli
Run npm audit in the project folder
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: