[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'>;