ejs-compiled-loader icon indicating copy to clipboard operation
ejs-compiled-loader copied to clipboard

npm audit warnings

Open t0lkman opened this issue 5 years ago • 3 comments
trafficstars

# Run  npm install --save-dev [email protected]  to resolve 2 vulnerabilities
SEMVER WARNING: Recommended action is a potentially breaking change

  Low             Incorrect Handling of Non-Boolean Comparisons During          
                  Minification                                                  

  Package         uglify-js                                                     

  Dependency of   ejs-compiled-loader [dev]                                     

  Path            ejs-compiled-loader > uglify-js                               

  More info       https://npmjs.com/advisories/39                               




  Low             Regular Expression Denial of Service                          

  Package         uglify-js                                                     

  Dependency of   ejs-compiled-loader [dev]                                     

  Path            ejs-compiled-loader > uglify-js                               

  More info       https://npmjs.com/advisories/48                               

looks like uglify-js needs to be updated?

t0lkman avatar May 05 '20 04:05 t0lkman

ok I just created another one, which doesn't produce this warning. Whoever is interested here is the link: https://www.npmjs.com/package/webpack-ejs3-loader

t0lkman avatar May 05 '20 18:05 t0lkman

It's strange, because 2.2.0 loader uses 2.6.1 uglify-js which marked as unaffected prior to https://www.npmjs.com/advisories/39/versions and https://www.npmjs.com/advisories/48/versions. Maybe your lock file is stale or something else?

bazilio91 avatar May 13 '20 05:05 bazilio91

I think because I had 1.x version

t0lkman avatar May 20 '20 19:05 t0lkman