mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-08-19 09:40:19 +00:00
724af7fcab020f165d84ad406dfecca5ec2219eb
undici was declared as a direct dependency but is never required anywhere in this package - grep across index.js, lib/ and stubs/ finds no reference to undici, ProxyAgent, setGlobalDispatcher or Dispatcher. The one HTTP call in lib/synth-audio.js uses the global fetch, and Azure proxy support goes through the SDK's own setProxy plus the http_proxy_ip/http_proxy_port params. Removing it clears all seven open undici advisories from npm audit for this package and its consumers, and stops speech-utils pulling a duplicate undici 7.x into trees where the consumer already depends on undici 8 (feature-server does). Lint passes; full test suite passes 105/105 with live vendor credentials. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Languages
JavaScript
99.8%
Dockerfile
0.2%