v2.8.2-canary.1
📦 turborepoView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This canary release focuses on security and dependency updates, fixing DoS and ReDoS vulnerabilities by upgrading Next.js and semver, and updating the codemod tool.
Migration Steps
- If you rely on the internal implementation details of `turbo-codemod`, note that it now uses native `fetch` instead of `axios`.
🐛 Bug Fixes
- Upgraded next to fix HTTP deserialization DoS.
- Replaced axios with native fetch in turbo-codemod.
- Upgraded semver to fix ReDoS vulnerability.