-
Notifications
You must be signed in to change notification settings - Fork 150
Update vulnerable esbuild dependency #746
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
base: main
Are you sure you want to change the base?
Conversation
|
5334b19
to
fb3e223
Compare
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'd have to run some test on this one and be aware of the implication here.
- First of all moving to 0.25 means that esbuild may not work for older platform where they dropped support (Windows 8 and before, Macos catalina and before).
- There was a bunch of breaking change between 0.19 and 0.25
- Lastly we are not affected by the vulnerabilities, it only affect people using esbuild for serving which is not something we use
@nhardy are you using windows 8 or < macOS catalina? There are other people who are blocked b/c of the outdated esbuild. Due to the breaking changes, this one might be tricky to merge in - eg it'll unblock others but also brick users on incompatible environments. cc @vicb @conico974 |
Updates
esbuild
to resolve GHSA-67mh-4wv8-2f99