adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
425 stars 76 forks source link

High vulnerability in dependencies -> copy webpack plugin -> serialize js #103

Closed juannn91 closed 3 years ago

juannn91 commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce run 'npm audit' after install of latest version

Expected behavior 0 vulnerabilities

Screenshots image

Reproducible Example Name Version
vue-cli-plugin-browser-extension 0.25.0
Operating System MacOS Catalina v10.15.7
Node v12.18.3
NPM/Yarn 6.14.8
vue-cli @vue/cli 4.5.8

Additional context

The same issue here in vue-cli and they solve it by updating the copy-webpack-plugin the fix of this package issue is on the copy-webpack-plugin@v5.1.2 I think this can be fixed by updating that copy-webpack-plugin package to a version >= 5.1.2

adambullmer commented 3 years ago

Released in v0.25.1