fix(deps): pin ajv, ajv-formats, multer, and busboy - #462
Conversation
…abilities Address multiple security vulnerabilities in nested dependencies by forcing safer versions using Yarn resolutions. - Fixes ReDoS vulnerability in ajv by upgrading to v8. - Upgrades ajv-formats to v2 to ensure compatibility with ajv v8 and prevent runtime crashes. - Bypasses the high-severity dicer vulnerability by forcing multer and busboy to safe versions.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Pinned multer to 1.4.5-lts.2 to resolve the core vulnerabilities. Note that the socket security still flag this package due to legacy CVE mappings, but this is currently the highest available security level for the 1.x branch. |
|
@SocketSecurity ignore npm/puppeteer-core@24.43.1 |
to resolve vulnerabilities
Address multiple security vulnerabilities in nested dependencies by forcing safer versions using Yarn resolutions.
Closes #461