Closed runningrunning closed 7 months ago
at urlParse (node:url:155:13) at Object.urlResolve [as resolve] (node:url:735:10) at Validator.validate (validator.js:118:21)
Both resolve and parse are marked as deprecated since Node v18.
resolve
parse
The above PR should address this issue.
Both
resolve
andparse
are marked as deprecated since Node v18.