How to handle path traversal vulnerability in webpack-dev-middleware with Vue CLI dependency constraints?
I’m dealing with a security vulnerability in webpack-dev-middleware reported as CVE-2024-29180, which involves insufficient URL validation that allows path traversal attacks. Dependabot flagged this issue but cannot update webpack-dev-middleware to a non-vulnerable version due to conflicting dependencies in my project that uses Vue CLI.