After upgrading Node runtime to the latest LTS (v24.15.0) from v20 I am now receiving warnings in multiple projects:
ERROR (node:4) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that
have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
There is already a TODO placed in the codebase ->
After upgrading Node runtime to the latest LTS (v24.15.0) from v20 I am now receiving warnings in multiple projects:
There is already a TODO placed in the codebase ->
mappersmith/src/gateway/http.ts
Line 47 in ded17ec