diff --git a/package.json b/package.json index 5b25e023e54..95bedccee45 100644 --- a/package.json +++ b/package.json @@ -1745,6 +1745,7 @@ "commander", "croner", "dotenv", + "global-agent", "https-proxy-agent", "jiti", "json5", diff --git a/src/plugins/bundled-runtime-deps-drift.test.ts b/src/plugins/bundled-runtime-deps-drift.test.ts index b68ee52a206..6094359c643 100644 --- a/src/plugins/bundled-runtime-deps-drift.test.ts +++ b/src/plugins/bundled-runtime-deps-drift.test.ts @@ -11,7 +11,6 @@ describe("mirrored root runtime dependency drift guard", () => { "@mariozechner/pi-tui", // TUI mode runs from npm-global, not the gateway runtime mirror "chalk", // available transitively via mirrored deps "file-type", // available transitively via mirrored deps - "global-agent", // proxy bootstrap, only loaded when HTTP_PROXY is set "ipaddr.js", // available transitively via mirrored deps "proxy-agent", // available transitively via mirrored deps "qrcode", // type-only import in src/media/qr-runtime.ts