Bump brace-expansion to latest patched versions (1.1.18, 2.1.4, 5.0.9) - #14633
Merged
sean-mcmanus merged 1 commit intoAug 3, 2026
Merged
Conversation
Contributor
Author
|
dependabot wasn't able to do this for some reason so I used Copilot instead. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates transitive brace-expansion dependency pins across the repo’s lockfiles/manifests to pick up the latest patch releases (including the ReDoS fix) and clear the related Dependabot alert.
Changes:
- Bump
brace-expansion1.x to1.1.18and 2.x to2.1.4in action and extension dependency locks. - Bump
brace-expansion5.x to5.0.9in npm/yarn lockfiles (including updated resolved URLs + integrity). - Refresh Third Party Notices entries for the updated
brace-expansionversions listed there.
Reviewed changes
Copilot reviewed 1 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/actions/package-lock.json |
Updates pinned brace-expansion copies used by GitHub Actions dependencies. |
Extension/yarn.lock |
Updates brace-expansion versions used by the extension’s Yarn dependency graph. |
Extension/ThirdPartyNotices.txt |
Updates listed brace-expansion versions in Third Party Notices. |
ExtensionPack/package-lock.json |
Updates pinned brace-expansion@5.0.9 (and metadata) for the extension pack lockfile. |
Themes/package-lock.json |
Updates pinned brace-expansion@5.0.9 (and metadata) for the themes lockfile. |
Files not reviewed (3)
- .github/actions/package-lock.json: Generated file
- ExtensionPack/package-lock.json: Generated file
- Themes/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Colengms
approved these changes
Aug 3, 2026
sean-mcmanus
deleted the
seanmcm/devbox2-wsl/agent9/bump-brace-expansion
branch
August 3, 2026 20:02
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
Bumps the transitive
brace-expansiondependency to the latest patch on each version line, picking up the brace-expansion ReDoS fix and clearing the outstanding Dependabot alert:1.1.16→1.1.182.1.2→2.1.45.0.8→5.0.9Applied across every lockfile/manifest that pins it:
.github/actions/package-lock.json(top-level, plus theglobandmochanested copies)Extension/yarn.lockExtension/ThirdPartyNotices.txtExtensionPack/package-lock.jsonThemes/package-lock.jsonEach entry's
resolvedURL andintegritywere updated to match the published tarballs — verified by downloading each tarball and confirming its sha1 matches the recorded integrity, sonpm ci/yarn --frozen-lockfilestay reproducible. Theenginesfield for5.0.9was updated to20 || >=22to match the package's own metadata.