node-http-proxy
node-http-proxy copied to clipboard
Use `Object.assign` instead of deprecated `util._extend`
trafficstars
When building an app using Vite, there is this deprecationw arning when using Node.js 22:
[DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
This PR resolves that.
Object.assign is supported since Node.js 4.