Upgrade aws-sdk packages to address vulnerability#356
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades AWS SDK v3 packages (and related Smithy/transitive dependencies) across the repo to address reported security vulnerabilities, updating both workspace package.json files and the relevant Yarn lockfiles.
Changes:
- Bump direct dependencies:
@aws-sdk/client-eventbridge,@aws-sdk/client-secrets-manager, and@aws-sdk/client-s3to^3.998.0. - Refresh
yarn.lockandinfrastructure/prismic-snapshots/yarn.lockto newer AWS/Smithy transitive versions (e.g.,@smithy/*,fast-xml-parser).
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates resolved AWS SDK/Smithy dependency graph for the main workspaces. |
| webhook/package.json | Bumps @aws-sdk/client-eventbridge to ^3.998.0. |
| common/package.json | Bumps @aws-sdk/client-secrets-manager to ^3.998.0. |
| infrastructure/prismic-snapshots/package.json | Bumps @aws-sdk/client-s3 to ^3.998.0. |
| infrastructure/prismic-snapshots/yarn.lock | Updates resolved AWS SDK/Smithy dependency graph for the prismic-snapshots subproject. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
davidpmccormick
approved these changes
Feb 26, 2026
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.
What does this change?
Should address:
https://github.com/wellcomecollection/content-api/security/dependabot/63
https://github.com/wellcomecollection/content-api/security/dependabot/67
https://github.com/wellcomecollection/content-api/security/dependabot/70
How to test
Do tests pass?
How can we measure success?
No more vulnerabilities
Have we considered potential risks?
N/A