fix(deps): bump undici to 7.29.0 and ip-address to 10.4.0 to address security advisories - #779
Merged
osama-rizk merged 1 commit intoAug 4, 2026
Conversation
…rity advisories Resolves Dependabot alerts: - undici 7.28.0 -> 7.29.0: cross-user information disclosure (aws-amplify#256), downstream response desync (aws-amplify#255) - ip-address 10.2.0 -> 10.4.0: CIDR special-use suppression (aws-amplify#254), IPv4-mapped/NAT64 misclassification (aws-amplify#253)
|
soberm
approved these changes
Aug 4, 2026
2 tasks
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
Four open Dependabot alerts on transitive dependencies in the root
yarn.lock:undicicross-user information disclosureundicidownstream response desynchronizationip-addressCIDR suffix suppresses special-use classificationip-addressmisclassification of IPv4-mapped / NAT64 IPv6 addressesIssue number, if available: Dependabot alerts #253, #254, #255, #256
Changes
undici7.28.0 → 7.29.0(first patched version for feat: optimize custom selection set type #255/feat: async lambda #256)ip-address10.2.0 → 10.4.0(first patched version for fix return types of create, update, delete operations on SSR clients #253 is 10.2.1 and for feat: Use force install for ts version canary tests #254 is 10.2.2; 10.4.0 is the current release and covers both — matching Dependabot PR chore(deps): bump ip-address from 10.2.0 to 10.4.0 #777)Both are purely transitive and already within their existing ranges (
undici@^7.24.5,ip-address@^10.0.1), so this is a lockfile-only re-resolution. Both target versions have no runtime dependencies, so nothing else in the tree shifts. Checksums were regenerated byyarn install --mode=update-lockfile(Yarn 4).Validation
yarn install --mode=update-lockfilecompleted cleanly (pre-existing peer-dependency warnings unchanged); diff isyarn.lock-only.This is a dependency-only security fix in the lockfile; 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.