Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm warns of vulnerabilities when using this template #17

Open
josephshambrook opened this issue Apr 30, 2023 · 0 comments · May be fixed by #18
Open

npm warns of vulnerabilities when using this template #17

josephshambrook opened this issue Apr 30, 2023 · 0 comments · May be fixed by #18

Comments

@josephshambrook
Copy link

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

  1. Generate a new project using this template and point the terminal at the new project:
    npx wrangler generate new-project https://github.com/cloudflare/miniflare-typescript-esbuild-jest
    
    # then
    cd new-project
  2. Run npm install

Output

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.
@josephshambrook josephshambrook linked a pull request Apr 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant