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
In our project we have started seeing a medium level security issue with serialize-javascript version 6.0.1 that is fixed in the latest version 6.0.2. This package is a dependency of terser-webpack-plugin and it is pinned to the old version.
Bug report
In our project we have started seeing a medium level security issue with serialize-javascript version 6.0.1 that is fixed in the latest version 6.0.2. This package is a dependency of
terser-webpack-plugin
and it is pinned to the old version.For reference;
Actual Behavior
serialize-javascript
version 6.0.1 is installed as a dependency.Expected Behavior
serialize-javascript
version 6.0.2 or later is installed as a dependency.How Do We Reproduce?
From
yarn.lock
;Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: