Update Webpack and AWS dependencies to resolve vulnerabilities#6490
Merged
JonnyBurger merged 3 commits intomainfrom Feb 10, 2026
Merged
Update Webpack and AWS dependencies to resolve vulnerabilities#6490JonnyBurger merged 3 commits intomainfrom
JonnyBurger merged 3 commits intomainfrom
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency versions across the Remotion monorepo to address reported vulnerabilities (Fixes #6488), primarily by bumping AWS SDK v3 packages and Webpack, plus a small TypeScript typing adjustment to accommodate updated Webpack typings.
Changes:
- Bump AWS SDK dependencies (notably
@aws-sdk/client-s3and related catalog entries) to newer patched versions. - Upgrade Webpack from
5.96.1to5.105.0in several packages that develop/build against it. - Adjust bundler code typing for the Webpack invocation result (
MultiStats | undefined).
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/template-tts-azure/package.json | Bumps @aws-sdk/client-s3 to a patched version for the template. |
| packages/template-still/package.json | Bumps @aws-sdk/client-s3 to a patched version for the template. |
| packages/player/package.json | Upgrades Webpack devDependency to 5.105.0. |
| packages/gif/package.json | Upgrades Webpack devDependency to 5.105.0. |
| packages/core/package.json | Upgrades Webpack devDependency to 5.105.0 for core package tooling. |
| packages/bundler/src/bundle.ts | Updates TypeScript typing for the promisified Webpack call result. |
| packages/bundler/package.json | Upgrades bundler’s Webpack dependency to 5.105.0. |
| packages/babel-loader/package.json | Upgrades babel-loader package’s Webpack dependency to 5.105.0. |
| package.json | Updates Bun workspaces.catalog AWS SDK versions used by workspace packages. |
|
Hello thanks for quick fix, how can I apply it to my project . |
Member
Author
|
Thanks for reporting, wait for the next version! 4.0.421 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6488