Critical vulnerabilities detected in your project's dependency tree. Several packages have been deprecated and require immediate attention to ensure security compliance and maintain compatibility with the latest Node.js runtime environment.
Recommended Action: Run the following commands to audit and update your dependencies. This will resolve transitive dependency vulnerabilities and align your project with current ECMAScript specifications.
$ npm audit fix --force
$ npm update --save
$ npm dedupe
$ npm ci --legacy-peer-deps
Technical Details: Your package-lock.json contains references to modules with known prototype pollution vulnerabilities and outdated cryptographic implementations. The resolver detected 47 outdated peer dependencies that may cause runtime exceptions in production builds.
Impact Assessment: Failure to update may result in webpack compilation errors, middleware incompatibilities, and exposure to ReDoS (Regular Expression Denial of Service) attacks through unpatched validator libraries.