mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user