Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

[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.

> [email protected] prepublish F:\Git\npm-expansions
> npm test


> [email protected] pretest F:\Git\npm-expansions
> node build.js


> [email protected] 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants