chore(deps): bump vulnerable transitives to address Dependabot alerts#14811
Merged
Conversation
|
Re-resolves four transitive dependencies within their existing semver ranges to pull in versions that close the open Dependabot alerts: - uuid 11.1.0 -> 11.1.1 (GHSA-w5hq-g745-h8pq) - fast-uri 3.0.6 -> 3.1.2 (GHSA-q3j6-qgpj-74h6, GHSA-v39h-62p7-jpjc) - fast-xml-builder 1.1.5 -> 1.2.0 (GHSA-45c6-75p6-83cc, GHSA-5wm8-gmm8-39j9) - @babel/plugin-transform-modules-systemjs 7.27.1 -> 7.29.4 (GHSA-fv7c-fp4j-7gwp) Lockfile-only change; no package.json or source modifications.
osama-rizk
force-pushed
the
security/dependabot-alerts-batch
branch
from
May 12, 2026 09:39
a2958cc to
6092ab1
Compare
soberm
approved these changes
May 12, 2026
bobbor
approved these changes
May 12, 2026
soberm
added a commit
that referenced
this pull request
May 27, 2026
Bumps uuid minimum from ^11.0.0 to ^11.1.1 in @aws-amplify/core to address CVE-2026-41907 (GHSA-w5hq-g745-h8pq): missing buffer bounds check in uuid v3/v5/v6 API methods when an external output buffer is provided. The lockfile already resolved to 11.1.1 (via #14811), but the package.json range still permitted resolution to vulnerable versions. This change raises the floor to prevent regression.
soberm
added a commit
that referenced
this pull request
May 27, 2026
fix(deps): bump uuid to ^11.1.1 to fix CVE-2026-41907 Bumps uuid minimum from ^11.0.0 to ^11.1.1 in @aws-amplify/core to address CVE-2026-41907 (GHSA-w5hq-g745-h8pq): missing buffer bounds check in uuid v3/v5/v6 API methods when an external output buffer is provided. The lockfile already resolved to 11.1.1 (via #14811), but the package.json range still permitted resolution to vulnerable versions. This change raises the floor to prevent regression.
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.
Summary
Closes all 6 open Dependabot security alerts in a single lockfile-only update. Each vulnerable transitive is re-resolved within its existing semver range to pull in the patched version.
Bumps
uuidfast-urifast-xml-builder@babel/plugin-transform-modules-systemjsuuidis intentionally kept on the 11.x line (patch bump 11.1.0 → 11.1.1) rather than the cross-major 14.0.0 jump Dependabot proposed in #14797, to avoid breaking-change risk for downstream consumers.The
@babel/plugin-transform-modules-systemjsupgrade transitively pulls forward several Babel sub-deps (@babel/parser,@babel/traverse,@babel/types,@babel/helper-module-transforms, etc.) and@jridgewell/*mappers. All collateral bumps are forward-only and stay within their existing semver ranges.Supersedes Dependabot PRs #14797, #14806, #14807, #14808.
Test plan
yarn install --frozen-lockfilepasses (lockfile internally consistent)🤖 Generated with Claude Code