loopbackio / loopback-datasource-juggler

Connect Loopback to various Data Sources
http://www.loopback.io
Other
277 stars 364 forks source link

`util._extend` is deprecated #2328

Open s100 opened 1 month ago

s100 commented 1 month ago

https://github.com/loopbackio/loopback-datasource-juggler/blob/422b5b8a08546988bd0ebbc0378cb3ab86dd1f8e/lib/validations.js#L9-L10

Node.js's builtin util._extend is deprecated, see the documentation here. You can use Object.assign() instead.