lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.49k stars 1.08k forks source link

npm audit fix #61

Closed jeremyjs closed 2 years ago

jeremyjs commented 3 years ago

npm audit fix as well as manually updating offending top-level packages to their latest version to remove all high severity vulnerabilities.

Note: the node-sass version (dev dependency) changes from 4.x.x to 6.x.x but otherwise no breaking changes are expected. This builds fine on my machine. Ideally, we can collect a few data points, but node-sass is pretty well supported so it should be relatively safe to merge this PR. However, it may be better to fix and merge the node-sass to sass migration first from #51.

My Machine:

macOS Big Sur
Version 11.4 (20F71)
MacBook Pro (16-inch, 2019)
Processor: 2.3 GHz 8-Core Intel Core i9

Node.js: v14.17.4
npm: v6.14.14
lxieyang commented 2 years ago

should be resolved in the latest version. thanks!