Summary
- Update SharpCompress from 0.47.4 to 0.49.1 to resolve a known NuGet vulnerability.
- Add the missing FfmpegException namespace import so XML documentation resolves cleanly.
- Refresh root and frontend package locks with npm audit fixes.
Verification
- dotnet build -c Release: passed with 0 warnings and 0 errors
- dotnet test --no-build -c Release: 675 passed
- npm run test:frontend: 361 passed
- npm run lint:frontend: passed
- npm run build:web: passed
- dotnet list package --vulnerable --include-transitive: no vulnerable packages
- npm audit: 0 vulnerabilities
- fe npm audit: 0 vulnerabilities
Automated Canary build