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
Which stylesheet format would you like to use? SCSS
Do you want to enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering)? No
Now navigate to the project folder and npm install. It gives the output
up to date, audited 988 packages in 9s
119 packages are looking for funding
run npm fund for details
4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run npm audit for details.
Running npm audit gives
npm audit report
axios 0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - GHSA-wf5p-g6vw-rhxx
fix available via npm audit fix --force
Will install @angular-devkit/[email protected], which is a breaking change
node_modules/axios
localtunnel >=1.9.0
Depends on vulnerable versions of axios
node_modules/localtunnel
browser-sync >=2.24.0-rc1
Depends on vulnerable versions of localtunnel
node_modules/browser-sync
@angular-devkit/build-angular >=17.0.0-next.0
Depends on vulnerable versions of browser-sync
node_modules/@angular-devkit/build-angular
4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Minimal Reproduction
ng new [project-name]
Which stylesheet format would you like to use? SCSS
Do you want to enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering)? No
Command
new
Is this a regression?
The previous version in which this bug was not present was
16.x
Description
Setup and Environment
Steps
ng new test
Now navigate to the project folder and
npm install
. It gives the outputRunning
npm audit
givesMinimal Reproduction
ng new [project-name]
cd [project-name]
npm install
npm audit
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: