No-op: brace-expansion already at 2.1.4 in package-lock.json - #1112
Draft
Raymond Zhao (rzhao271) with Copilot wants to merge 1 commit into
Draft
Raymond Zhao (rzhao271) with Copilot wants to merge 1 commit into
Raymond Zhao (rzhao271) with Copilot wants to merge 1 commit into
Conversation
Copilot
AI
changed the title
[WIP] Update dependencies with actionable security alerts
No-op: brace-expansion already at 2.1.4 in package-lock.json
Sep 17, 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.
The issue requests bumping
brace-expansionfrom2.0.3to at least2.1.3. The lockfile already satisfies this, so no code changes are proposed.State of
package-lock.jsononmain(b427082)node_modules/brace-expansion1.1.18node_modules/glob/node_modules/brace-expansion2.1.4node_modules/mocha/node_modules/brace-expansion2.1.4node_modules/vscode-languageclient/node_modules/brace-expansion2.1.4node_modules/@vscode/vsce/node_modules/brace-expansion5.0.9The 2.x line is at
2.1.4(≥ required2.1.3); no2.0.3exists anywhere in the tree.Verification
npm install --min-release-age 7 --package-lock-onlyandnpm update brace-expansion --min-release-age 7 --package-lock-only(npm 12.0.2) both produce an empty diff — the pinned versions are the newest resolvable under the declared ranges and the 7-day release hold.npm citree inspected: only1.1.18,2.1.4,5.0.9present, including bundled copies.Out of scope
npm auditflags 8 unrelated findings (ajv,diff,js-yaml,qs,serialize-javascript/mocha,underscore). Fixingserialize-javascriptrequires a breakingmocha@12upgrade, so these are better handled in a separate change.The alert that generated this issue appears to predate the bump already merged into
main, and the issue can likely be closed without a lockfile change.