[1.0] chore: override undici to ^7.29.0, ip-address to ^10.3.1, brace-expansion build tool to ^5.0.9 - #294
Merged
Merged
Conversation
…sion build tool to ^5.0.9 Bumps the undici and ip-address dependency override versions flagged by the nightly Security Scan and regenerates the affected package-lock overrides and OSS attribution. Also bumps brace-expansion to ^5.0.9 in the oss-attribution-generator build tool. Downstream finding-override patches (shell-quote, tar, ws) are refreshed only for context drift in the shared overrides block; their own override versions are unchanged.
skazantsev
approved these changes
Aug 7, 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.
Issue
V2313695928
Description of Changes
Bumps npm dependency override versions flagged by the nightly Security Scan (Amazon Inspector,
code-editor-sagemaker-servertarget) and regenerates the affected package-lock overrides + OSS attribution.undici:^7.28.0->^7.29.0ip-address:^10.1.1->^10.3.1brace-expansion(inbuild-tools/oss-attribution/oss-attribution-generator):^5.0.8->^5.0.9The downstream
finding-override-{shell-quote,tar,ws}.diffpatches are refreshed only for diff-context drift in the shared rootoverridesblock; their own override versions are unchanged.Note: on
mainthebrace-expansionbuild-tool bump is covered by Dependabot PR #292; that PR targetsmainonly, so this branch includes the bump directly.Testing
./scripts/prepare-src.shapplies the full patch series cleanly for both leaf targets (code-editor-sagemaker-serverandcode-editor-web-embedded-with-terminal) after the rebase-heal../scripts/update-package-locks.shregenerated lockfiles + unified OSS attribution for all four targets with exit 0, inside thecode-editor-ubuntucontainer.jqin all 8 lockfiles (4 series, root +remote/):undici7.29.0 andip-address10.4.0 (>= 10.3.1) everywhere;brace-expansionresolves to 5.0.9 in the build-tool lockfile.LICENSE-THIRD-PARTYdiff is exactly the two version lines (ip-address 10.2.0 -> 10.4.0, undici 7.28.0 -> 7.29.0).Screenshots/Videos
N/A
Additional Notes
Override-only change; no source/behavior changes. Patch headers keep the deterministic
@generatormetadata (scripts/patches/apply-override.sh) so they can be regenerated on upstream bumps.Backporting
Same fix raised separately against
main(#293),1.1, and1.2.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.