Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ajv": "8.20.0",
"buffer": "6.0.3",
"esbuild": "0.28.1",
"esbuild-wasm": "0.28.0",
"esbuild-wasm": "0.28.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating esbuild-wasm to 0.28.1 without updating esbuild to 0.28.1 introduces a version mismatch. Since the build system dynamically selects between the native esbuild binary 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 update esbuild to 0.28.1 as well.

"eslint": "10.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating esbuild-wasm to 0.28.1 without updating the optional dependency esbuild to 0.28.1 introduces a version mismatch. To prevent inconsistent build behavior or security vulnerabilities depending on whether the native or WASM runner is executed, please update optionalDependencies.esbuild to 0.28.1 as well.

"http-proxy-middleware": "3.0.5",
"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading