DEV Community

Kenji Suzuki
Kenji Suzuki

Posted on

node24 warning

2025-06-29

node24 にしてpnpm iしたら以下の warning

(node:28380) [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.
(Use `node --trace-deprecation ...` to show where the warning was created)
Enter fullscreen mode Exit fullscreen mode

気にしなくてよさそう

Top comments (0)