Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security vulnerability in serialise-javascript in < v3.1.0 used by copy-webpack-plugin v5.1.0 #1663

Closed
Aaditya-Sahay opened this issue Aug 14, 2020 · 2 comments

Comments

@Aaditya-Sahay
Copy link

The package serialise-javascript has seen a new security advisory, which requires libraries using it to update to a version beyond v3.1.0.
You can find the advisory here: GHSA-hxcc-f52p-wc94

react-styleguidist depends upon copy-webpack-plugin versions ^5.1.0, which in turn depends upon an older version of serialise-javascript, namely v2.12.0.
This can be fixed by changing the version of copy-webpack-plugin from ^5.1.0 to any of the latest versions, ideally ^6.0.3

It would be great to get this updated as its throwing off some warnings in a few places.

Happy to file a PR if needed.

@Aaditya-Sahay
Copy link
Author

Aaditya-Sahay commented Aug 14, 2020

Nevermind, just noticed that this PR fixes it: #1658, will close the issue when its merged.

@sapegin
Copy link
Member

sapegin commented Aug 24, 2020

The pull request is merged.

@sapegin sapegin closed this as completed Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants