chore(deps): auto-fix Dependabot alerts#1560
Closed
priyanshu92 wants to merge 1 commit intomainfrom
Closed
Conversation
- brace-expansion 1.1.12 → 1.1.14 (GHSA-f886-m6hf-6m8v, moderate) via @vscode/vsce > minimatch@3.1.5; fixed by npm audit fix - path-to-regexp 8.3.0 → 8.4.2 (GHSA-j3q9-mxjg-w52f / GHSA-27v5-c462-wpq7, high) via @vscode/test-web > @koa/router; fixed by npm audit fix - uuid <14.0.0 → 14.0.0 (GHSA-w5hq-g745-h8pq, moderate) Missing buffer bounds check in v3/v5/v6 when buf is provided. Added overrides.uuid=^14.0.0 to force all transitive instances (@azure/msal-node, @fluidframework/*, @microsoft/generator-powerpages, istanbul-lib-processinfo/nyc) to the patched version. Also updated @fluidframework/azure-client and fluid-framework from 2.91.0 → 2.93.0 (picked up by npm audit fix).
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.
Re-opened from #1559 under a human author so the Microsoft CLA bot will evaluate.
Summary
Fixes all 33+ open Dependabot security alerts (32 moderate, 1 high) in a single consolidated PR.
Alerts Addressed
1. brace-expansion (GHSA-f886-m6hf-6m8v) — Moderate
@vscode/vsce > minimatch@3.1.5 > brace-expansionnpm audit fix2. path-to-regexp (GHSA-j3q9-mxjg-w52f, GHSA-27v5-c462-wpq7) — High
@vscode/test-web > @koa/router > path-to-regexpnpm audit fix3. uuid (GHSA-w5hq-g745-h8pq) — Moderate
@azure/msal-node, all@fluidframework/*packages,@microsoft/generator-powerpages,istanbul-lib-processinfo(vianyc)"uuid": "^14.0.0"tooverridesinpackage.jsonto force all transitive instances to the patched versionAdditional updates (via npm audit fix)
@fluidframework/azure-clientandfluid-framework: 2.91.0 → 2.93.0 (resolves uuid@11 transitives)@fluidframework/*packages: 2.91.0 → 2.93.0@fluidframework/server-services-client: 7.0.0 → 7.0.1Verification
npm auditreports 0 vulnerabilities after fixesnpm run buildpasses (pre-existing telemetry-generated module warning is unrelated)npm testpasses — all 95 unit tests pass