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

[BUG] npm install shows 3 vulnerabilities in dependencies #2840

Open
nayanshah opened this issue Jan 25, 2020 · 3 comments
Open

[BUG] npm install shows 3 vulnerabilities in dependencies #2840

nayanshah opened this issue Jan 25, 2020 · 3 comments
Labels

Comments

@nayanshah
Copy link

nayanshah commented Jan 25, 2020

Steps to Reproduce

Run npm install after cloning the repo

> npm install
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> npm-expansions@2.2.4 prepublish F:\Git\npm-expansions
> npm test


> npm-expansions@2.2.4 pretest F:\Git\npm-expansions
> node build.js


> npm-expansions@2.2.4 test F:\Git\npm-expansions
> tap test

total ................................................... 0/0

ok
audited 24 packages in 1.061s
found 3 vulnerabilities (2 low, 1 high)
  run `npm audit fix` to fix them, or `npm audit` for details

Expected Behavior

No vulnerabilities reported

Who

  • n/a

References

  • n/a
@darcyclarke darcyclarke added the bug label Oct 9, 2020
@Explosion-Scratch
Copy link

This probably should not go in the npm-expansions repo

@lsTheFur
Copy link

lsTheFur commented Feb 6, 2022

This probably should not go in the npm-expansions repo

npm literally reports this when running npm install in the npm-expansions repo. The fix is updating the packages in the npm-expansions repo.

@nopeless
Copy link

#3950 Fixes legacy deps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants