chore(deps): pin browserslist override to ^4.28.8 (#12592)

Merged. One line in `overrides`, low blast radius, and pinning a transitive that every build tool reads is defensible on its own.

Validated on `release/v3.8.51`: `package.json` re-parses, `typecheck:core` clean, `check-file-size` OK.

For future dependency pins, a line in the body about what the floating range actually broke (a specific build failure, a CVE, a resolution conflict) makes these reviewable without guessing. Thanks.
This commit is contained in:
Koosha Paridehpour
2026-09-04 22:34:23 -07:00
committed by GitHub
parent 7da6e10c4e
commit 8c4fb8faf2

View File

@@ -463,6 +463,7 @@
"unrs-resolver": true
},
"overrides": {
"browserslist": "^4.28.8",
"onnxruntime-node": "1.24.3",
"eslint-plugin-react-hooks": "7.1.1",
"fast-xml-parser": "^5.10.1",