fix(deps): bump undici, fast-uri, brace-expansion to patched versions (alerts #257-261) - #783
Merged
osama-rizk merged 1 commit intoAug 5, 2026
Conversation
Resolves Dependabot alerts: - undici (^6.23.0) 6.27.0 -> 6.28.0: CRLF injection (aws-amplify#261), cookie injection (aws-amplify#260), response desync (aws-amplify#259) - fast-uri 3.1.4 -> 3.1.5: host confusion via backslash (aws-amplify#258) - brace-expansion 5.0.8 -> 5.0.9: DoS via unbounded intermediate arrays (aws-amplify#257)
|
soberm
approved these changes
Aug 5, 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.
Problem
Five new Dependabot alerts on transitive dependencies in the root
yarn.lock:undiciCRLF injection via blob-like bodyundicicookie attribute injection via unsanitized valuesundicidownstream response desynchronizationfast-urihost confusion via backslashbrace-expansionDoS via unbounded intermediate arraysIssue number, if available: Dependabot alerts #257, #258, #259, #260, #261
Changes
undici(^6.23.0)6.27.0 → 6.28.0(E2E draft #259/ci: add Next.js E2E tests to pipeline #260/ci: add React Native E2E tests to pipeline #261)fast-uri3.1.4 → 3.1.5(feat: Add AI generation routes to client #258)brace-expansion5.0.8 → 5.0.9(fix: custom selection set return value for custom type arrays #257) — also bumps theresolutionspin (^5.0.8 → ^5.0.9) so the enforced version and lockfile agreeAll within existing ranges;
undici/fast-urihave no dependencies andbrace-expansionkeepsbalanced-match ^4.0.2, so nothing else in the tree shifts. Checksums regenerated with Yarn 4.Validation
yarn install --immutable— passes (exit 0, no YN0028), confirming the lockfile is consistent — the exact check chore(deps): bump brace-expansion from 5.0.8 to 5.0.9 #781 fails.resolutionspin line forbrace-expansion.This is a dependency-only security fix; no source or test changes apply.
Checklist
yarn testpasses (CI)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.