Updated dependencies to fix Next.js and React CVE vulnerabilities.
The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel
- react-server-dom-turbopack
All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
- Added custom dark variant configuration to globals.css
- Implemented ThemeToggle component with fixed positioning in top-right corner
- Applied dark mode styling to main page gradient, text colors, and component backgrounds
- Updated VideoEditor container and processing modal with dark mode variants
- Automatically sets end time to video duration when playback reaches the end after marking start time
- Normalizes start time to 0 when marked within first 0.5 seconds and auto-plays video
- Stops duration timer when end is reached to prevent further updates
- Implemented interactive progress bar with visual trim region indicators and click-to-seek functionality
- Added frame-by-frame navigation and quick jump buttons (-5s/+5s) for precise video positioning
- Reorganized control layout with dedicated navigation row and improved timer display styling