question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

41 vulnerabilities (34 moderate, 7 high)

See original GitHub issue
  • Laravel Framework 8.46.0
  • Laravel Mix Version: npm list --depth=0

├── laravel-mix@6.0.19 ├── lodash@4.17.21 └── postcss@8.3.0

  • Node Version (node -v): v15.10.0
  • NPM Version (npm -v): 7.6.0
  • OS: MacOSx Big Sur version 11.4, Apple silicon

Description:

Just installed fresh Laravel, and run npm install I am getting this error: 41 vulnerabilities (34 moderate, 7 high)

image

Steps To Reproduce:

Install new laravel instance Run npm install

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:13
  • Comments:10

github_iconTop GitHub Comments

7reactions
thecrypticacecommented, Jun 14, 2021

So I updated some stuff in our master branch over the weekend however, even if we tag a release, it won’t fix some vulnerabilities still present in dependencies.

  1. One is present in css-what depended upon by svgo.
  2. One is present in glob-parent due to @types/browser-sync pulling in an old version of chokidar.
  3. One is because resolve-url-loader pulls in a vulnerable version of postcss (when it should be a peer dep).

We should still tag a new release though. I’ll see if we can do that soon.

4reactions
johnneijzencommented, Jun 23, 2021

so far my side only 7 high vulnerabilities from css-what from svgo so it is getting better

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

41 vulnerabilities (34 moderate, 7 high) · Issue #2999
Description: Just installed fresh Laravel, and run npm install. I am getting this error: 41 vulnerabilities (34 moderate, 7 high).
Read more >
Found 4 vulnerabilities on npm install
I got 164 vulnerabilities found - Packages audited: 20493 (312 dev, 1044 optional). Severity: 110 low | 35 moderate | 19 high. –...
Read more >
Don't be alarmed by vulnerabilities after running NPM Install
Results of running NPM install with a list of vulnerabilities found in packages ... One with a moderate status and one with a...
Read more >
Auditing package dependencies for security vulnerabilities
Security audits help you protect your package's users by enabling you to find and fix known vulnerabilities in dependencies that could cause data...
Read more >
How to Fix Security Vulnerabilities with NPM
Fixing security vulnerabilities is essential to the the success of a software solution.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found