Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

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