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
The packages for this template are starting to get a little out-of-date, and causing npm to highlight some high-risk vulnerabilities when installing the dependencies.
Expected Behaviour
Using this template for starting a new project should bring latest versions of packages available.
Actual Behaviour
Using this template for starting a new project causes npm to immediately highlight vulnerabilities with the dependencies.
Steps to Reproduce the Problem
Generate a new project using this template and point the terminal at the new project:
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
added 400 packages, and audited 401 packages in 7s
30 packages are looking for funding
run `npm fund` for details
15 vulnerabilities (9 low, 6 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
The text was updated successfully, but these errors were encountered:
The packages for this template are starting to get a little out-of-date, and causing npm to highlight some high-risk vulnerabilities when installing the dependencies.
Expected Behaviour
Using this template for starting a new project should bring latest versions of packages available.
Actual Behaviour
Using this template for starting a new project causes npm to immediately highlight vulnerabilities with the dependencies.
Steps to Reproduce the Problem
npm install
Output
The text was updated successfully, but these errors were encountered: