fix: add undici as root dependency to resolve startup crash (#372)

This commit is contained in:
Copilot 2026-03-14 10:45:52 -06:00 committed by GitHub
parent 41555b6f1e
commit a6c5e4aca7
4 changed files with 11 additions and 9 deletions

13
package-lock.json generated
View file

@ -17,7 +17,8 @@
"picocolors": "^1.1.1",
"picomatch": "^4.0.3",
"playwright": "^1.58.2",
"sharp": "^0.34.5"
"sharp": "^0.34.5",
"undici": "^7.24.2"
},
"bin": {
"gsd": "dist/loader.js",
@ -3610,9 +3611,9 @@
}
},
"node_modules/undici": {
"version": "7.24.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz",
"integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==",
"version": "7.24.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz",
"integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
@ -3738,7 +3739,7 @@
"chalk": "^5.6.2",
"openai": "6.26.0",
"proxy-agent": "^6.5.0",
"undici": "^7.19.1",
"undici": "^7.24.2",
"zod-to-json-schema": "^3.24.6"
}
},
@ -3760,7 +3761,7 @@
"proper-lockfile": "^4.1.2",
"sql.js": "^1.14.1",
"strip-ansi": "^7.1.0",
"undici": "^7.19.1",
"undici": "^7.24.2",
"yaml": "^2.8.2"
},
"devDependencies": {

View file

@ -66,7 +66,8 @@
"picocolors": "^1.1.1",
"picomatch": "^4.0.3",
"playwright": "^1.58.2",
"sharp": "^0.34.5"
"sharp": "^0.34.5",
"undici": "^7.24.2"
},
"devDependencies": {
"@types/node": "^22.0.0",

View file

@ -33,7 +33,7 @@
"chalk": "^5.6.2",
"openai": "6.26.0",
"proxy-agent": "^6.5.0",
"undici": "^7.19.1",
"undici": "^7.24.2",
"zod-to-json-schema": "^3.24.6"
}
}

View file

@ -37,7 +37,7 @@
"minimatch": "^10.2.3",
"proper-lockfile": "^4.1.2",
"strip-ansi": "^7.1.0",
"undici": "^7.19.1",
"undici": "^7.24.2",
"sql.js": "^1.14.1",
"yaml": "^2.8.2"
},