Skip to content

fix: Avoid using deprecated util._extend()#1668

Closed
danjoa wants to merge 2 commits intohttp-party:masterfrom
danjoa:patch-1
Closed

fix: Avoid using deprecated util._extend()#1668
danjoa wants to merge 2 commits intohttp-party:masterfrom
danjoa:patch-1

Conversation

@danjoa
Copy link

@danjoa danjoa commented May 9, 2024

Node 22 dumps a deprecation warning when using util._extend():

[DEP0060] DeprecationWarning: The `util._extend` API is deprecated. 
Please use Object.assign() instead.

danjoa added 2 commits May 9, 2024 13:08
Node 22 dumps a deprecation warning when using `util._extend()`:

```js
> (node:16870) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
````
@danjoa
Copy link
Author

danjoa commented May 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant