Skip to content

Fix url.parse() DeprecationWarning for NodeJS 24 #2336

@soulgalore

Description

@soulgalore

Using NodeJS 24 gives the following in the log:

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.

We need to update the use of url.parse() to fix it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions