Skip to content

chore(deps): bump aws-cdk and aws-cdk-lib to clear fast-uri advisories#5292

Open
svozza wants to merge 2 commits into
mainfrom
fix/audit-brace-expansion-fast-uri
Open

chore(deps): bump aws-cdk and aws-cdk-lib to clear fast-uri advisories#5292
svozza wants to merge 2 commits into
mainfrom
fix/audit-brace-expansion-fast-uri

Conversation

@svozza
Copy link
Copy Markdown
Contributor

@svozza svozza commented May 25, 2026

Summary

Manual dependency bump to clear two open security advisories that Dependabot is currently unable to deliver. aws-cdk-lib is bumped from ^2.244.0 to ^2.257.0, aws-cdk from ^2.1113.0 to ^2.1124.1, and @aws-cdk/toolkit-lib from ^1.19.1 to ^1.26.2.

Changes

  • Bump aws-cdk-lib to ^2.257.0 in packages/testing, layers, and examples/app
  • Bump aws-cdk to ^2.1124.1 in layers and examples/app
  • Bump @aws-cdk/toolkit-lib to ^1.26.2 in packages/testing
  • Refresh package-lock.json
  • Resolves both fast-uri advisories (GHSA-q3j6-qgpj-74h6, GHSA-v39h-62p7-jpjc — CVSS 7.5) and the top-level copy of brace-expansion (GHSA-jxxr-4gwj-5jf2 — CVSS 6.5)
  • Note: aws-cdk-lib@2.257.0 still bundles brace-expansion@5.0.5 inside its tarball, so npm audit will continue to report one moderate-severity finding until upstream rebundles. This is dev-only tooling and not shipped to runtime consumers.

Issue number: closes #5291


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

Resolves both fast-uri advisories (GHSA-q3j6-qgpj-74h6, GHSA-v39h-62p7-jpjc)
and the top-level brace-expansion advisory (GHSA-jxxr-4gwj-5jf2).
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation Bot added size/S PR between 10-29 LOC and removed size/S PR between 10-29 LOC labels May 25, 2026
@sonarqubecloud
Copy link
Copy Markdown

@svozza svozza requested a review from dreamorosi May 25, 2026 15:17
@svozza svozza deployed to e2e-tests May 25, 2026 15:45 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S PR between 10-29 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maintenance: Fix transitive-dep security advisories (brace-expansion, fast-uri)

1 participant