chore(deps): fix 3 open Dependabot alert(s)#1566
Merged
priyanshu92 merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
- brace-expansion: override in @vscode/vsce scope to ^1.1.13 (GHSA-f886-m6hf-6m8v) - path-to-regexp: override in @koa/router scope to ^8.4.0 (GHSA-j3q9-mxjg-w52f, GHSA-27v5-c462-wpq7)
priyanshu92
approved these changes
Apr 24, 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.
Summary
Fixes 3 open Dependabot alert(s) identified via
npm audit(Dependabot API not accessible via current token).Alerts addressed
brace-expansion(GHSA-f886-m6hf-6m8v, moderate) — vulnerable< 1.1.13→ patched1.1.13. Strategy: scoped override in@vscode/vsce.path-to-regexp(GHSA-j3q9-mxjg-w52f, high) — vulnerable>= 8.0.0 < 8.4.0→ patched8.4.0. Strategy: scoped override in@koa/router.path-to-regexp(GHSA-27v5-c462-wpq7, moderate) — vulnerable>= 8.0.0 < 8.4.0→ patched8.4.0. Strategy: scoped override in@koa/router(same fix as above).Note on uuid (GHSA-w5hq-g745-h8pq): Remaining
uuid < 14.0.0instances in@fluidframework/*,@azure/msal-node,@microsoft/generator-powerpages, andistanbul-lib-processinfocannot be safely overridden to uuid v14 because uuid v14 is ESM-only and these packages use CJSrequire('uuid'). Fixing these requires the upstream packages to release new versions.Collateral changes
None. The
sinon → nise → path-to-regexp@6.3.0dependency (which is not in the vulnerable 8.x range) is unaffected by the scoped override.Verification
npm run build: Pre-existing errors unrelated to this change (missing generated filetelemetry-generated/buildRegionConfiguration)npm test: PASS (95 tests passing)