fix(coding-agent): remove global fetch override closes #4619

This commit is contained in:
Mario Zechner
2026-05-17 20:51:26 +02:00
parent 6f931797ca
commit c9e7049212
11 changed files with 40 additions and 27 deletions

View File

@@ -52,7 +52,7 @@
"minimatch": "^10.2.3",
"proper-lockfile": "^4.1.2",
"typebox": "^1.1.24",
"undici": "^7.19.1",
"undici": "^8.3.0",
"yaml": "^2.8.2"
},
"overrides": {
@@ -90,6 +90,6 @@
"directory": "packages/coding-agent"
},
"engines": {
"node": ">=20.6.0"
"node": ">=22.19.0"
}
}