You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The (node:31680) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead warning message occurs when using http-proxy-middleware after upgrading nodejs to version 22.9. The warning originates in http-proxy dependendency:
at ProxyServer.<anonymous> (...\node_modules\http-proxy\lib\http-proxy\index.js:50:26)
at HttpProxyMiddleware.middleware (...\node_modules\http-proxy-middleware\dist\http-proxy-middleware.js:23:32)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
Step-by-step reproduction instructions
1. Update your machine to use the latest version of node (22.9.0 at the time of writing)
2. Configure an express app to use `http-proxy-middleware` proxy to intercept requests (any requests)
3. Start the app, and trigger a request to be intercepted
The Warning will appear in server logs.
Expected behavior (be clear and concise)
No warning in logs.
How is http-proxy-middleware used in your project?
We intercept API calls to the server endpoint and conditionally modify the response.
What http-proxy-middleware configuration are you using?
Checks
http-proxy-middleware
.Describe the bug (be clear and concise)
The
(node:31680) [DEP0060] DeprecationWarning: The
util._extendAPI is deprecated. Please use Object.assign() instead
warning message occurs when using http-proxy-middleware after upgrading nodejs to version 22.9. The warning originates inhttp-proxy
dependendency:Step-by-step reproduction instructions
Expected behavior (be clear and concise)
No warning in logs.
How is http-proxy-middleware used in your project?
What http-proxy-middleware configuration are you using?
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: