fix(install): mirror node-domexception override for npm (#69819)

* fix(install): mirror node-domexception override for npm

* docs(changelog): credit npm install override fix

* fix(install): pin domexception override exactly

* docs(changelog): drop leftover npm fix merge markers

* Update CHANGELOG.md
This commit is contained in:
Vincent Koc
2026-04-21 14:45:05 -07:00
committed by GitHub
parent d1e3789e15
commit b5c4aaf2a7
4 changed files with 30 additions and 3 deletions

View File

@@ -1606,7 +1606,8 @@
},
"overrides": {
"axios": "1.15.0",
"follow-redirects": "1.16.0"
"follow-redirects": "1.16.0",
"node-domexception": "npm:@nolyfill/domexception@1.0.28"
},
"engines": {
"node": ">=22.14.0"
@@ -1629,7 +1630,7 @@
"minimatch": "10.2.4",
"path-to-regexp": "8.4.0",
"qs": "6.14.2",
"node-domexception": "npm:@nolyfill/domexception@^1.0.28",
"node-domexception": "npm:@nolyfill/domexception@1.0.28",
"@sinclair/typebox": "0.34.49",
"tar": "7.5.13",
"tough-cookie": "4.1.3",