commit | d04dd4506ba087218c05731e072c38ac33c92c48 | [log] [tgz] |
---|---|---|
author | Alex Rudenko <[email protected]> | Tue Feb 27 08:25:35 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 27 09:00:14 2024 |
tree | 4df97c9f23cf13bfe8ce27ec2993d166960464d4 | |
parent | e70a8bbe49848abcc395d46b77e2825cd2d7841d [diff] [blame] |
[test] Update Puppeteer to v22.3.0 Drive-by: remove @puppeteer/replay that is not used in tests Bug: none Change-Id: I512794442c43cddd8a40b7816d3fc31f398251d2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5318365 Auto-Submit: Alex Rudenko <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/node_modules/https-proxy-agent/dist/index.d.ts b/node_modules/https-proxy-agent/dist/index.d.ts index c9e7296..8cd1151 100644 --- a/node_modules/https-proxy-agent/dist/index.d.ts +++ b/node_modules/https-proxy-agent/dist/index.d.ts
@@ -5,8 +5,9 @@ import * as net from 'net'; import * as tls from 'tls'; import * as http from 'http'; -import type { OutgoingHttpHeaders } from 'http'; import { Agent, AgentConnectOpts } from 'agent-base'; +import { URL } from 'url'; +import type { OutgoingHttpHeaders } from 'http'; type Protocol<T> = T extends `${infer Protocol}:${infer _}` ? Protocol : never; type ConnectOptsMap = { http: Omit<net.TcpNetConnectOpts, 'host' | 'port'>;