You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug npm audit report will give a moderate security vulnerability for the webpack plugin uglifyjs-webpack-plugin which has an outdated dependency serialize-javascript in it's dependency list.
Looks like this plugin's repo has been archived. It is better to replace this plugin with Terser[1][2].
The uglifyjs-webpack-plugin's repo says that the plugin has been deprecated and asks us to use the Terser plugin.[3]
Describe the bug
npm audit
report will give a moderate security vulnerability for the webpack pluginuglifyjs-webpack-plugin
which has an outdated dependencyserialize-javascript
in it's dependency list.Vulnerability Report
To Reproduce
Steps to reproduce the behavior:
npm audit
to get the report.Expected behavior
The
npm audit
command shouldn't have any vulnerabilities listed.Screenshots
![Screenshot 2020-01-24 at 11 44 02](https://user-images.githubusercontent.com/11191791/73048542-89275580-3e9f-11ea-83cd-978f5f0e40ad.png)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: