webpack-contrib/terser-webpack-plugin

Terser insecure use of regular expressions before v4.8.1 and v5.14.2 leads to ReDoS

martinGrig opened this issue · 1 comments

I cannot build my project because of yarn audit stopping my build due to high severity in the terser package.
My terser-webpack-plugin is v5.3.3
Check image:
Screenshot 2022-07-26 at 10 12 02

Please update your deps locally, terser is a transive dep, run rm -rf node_modules package-lock.json && npm i