Open s100 opened 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.
util._extend
Object.assign()
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 useObject.assign()
instead.