-
Notifications
You must be signed in to change notification settings - Fork 866
Open
Description
Describe the feature you'd love to see
- drop node 16
http-proxy-middleware/package.json
Line 101 in d3851ed
"node": "^14.15.0 || ^16.10.0 || >=18.0.0" - remove legacy
req.connection
const server: https.Server = ((req.socket ?? req.connection) as any)?.server; - use
node:
imports (https://nodejs.org/api/esm.html#node-imports) - update
tsconfig.ts
(https://node.green/#ES2022)http-proxy-middleware/tsconfig.json
Line 8 in 7141588
"target": "es2021",
Additional context (optional)
No response
Metadata
Metadata
Assignees
Labels
No labels