-
Notifications
You must be signed in to change notification settings - Fork 11.9k
build: update dependency esbuild-wasm to v0.28.1 (22.0.x) #33385
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ | |
| "browserslist": "^4.26.0", | ||
| "copy-webpack-plugin": "14.0.0", | ||
| "css-loader": "7.1.4", | ||
| "esbuild-wasm": "0.28.0", | ||
| "esbuild-wasm": "0.28.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating |
||
| "http-proxy-middleware": "3.0.5", | ||
| "istanbul-lib-instrument": "6.0.3", | ||
| "jsonc-parser": "3.3.1", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Updating
esbuild-wasmto0.28.1without updatingesbuildto0.28.1introduces a version mismatch. Since the build system dynamically selects between the nativeesbuildbinary and the WASM fallback (esbuild-wasm) depending on platform support, this mismatch can lead to inconsistent build behavior or unpatched security vulnerabilities (such as the Windows path traversal vulnerability GHSA-g7r4-m6w7-qqqr) depending on which runner is executed. Please updateesbuildto0.28.1as well.