chore(deps): fix 4 open Dependabot alert(s)#1564
Closed
power-pages-github-app[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): fix 4 open Dependabot alert(s)#1564power-pages-github-app[bot] wants to merge 1 commit intomainfrom
power-pages-github-app[bot] wants to merge 1 commit intomainfrom
Conversation
- Add brace-expansion ^1.1.13 override under @vscode/vsce (GHSA-f886-m6hf-6m8v) - Add path-to-regexp ^8.4.0 override under @vscode/test-web (GHSA-j3q9-mxjg-w52f, GHSA-27v5-c462-wpq7) - Add uuid ^14.0.0 global override (GHSA-w5hq-g745-h8pq)
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 4 open Dependabot alert(s) as enumerated by
npm audit(COPILOT_GITHUB_TOKEN was not configured in this workflow run, sonpm auditwas used as the security advisory source — it draws from the same GitHub Advisory Database).Alerts addressed
brace-expansion(adding gulp-based build infrastructure and CI flow #1, moderate, GHSA-f886-m6hf-6m8v) — vulnerable<1.1.13→ patched1.1.13.Strategy: override. Added
"brace-expansion": "^1.1.13"nested under@vscode/vsceto fix the transitive path@vscode/vsce → minimatch@3.1.5 → brace-expansion@1.1.12.path-to-regexp(ACTION REQUIRED: Microsoft needs this private repository to complete compliance info #2, high, GHSA-j3q9-mxjg-w52f) — vulnerable>=8.0.0 <8.4.0→ patched8.4.0.Strategy: override. Added
"path-to-regexp": "^8.4.0"nested under@vscode/test-webto fix the transitive path@vscode/test-web → @koa/router@15.4.0 → path-to-regexp@8.3.0. Scoped to avoid affectingsinon → nise → path-to-regexp@6.3.0(not vulnerable).path-to-regexp(setup-node v1.x' usage of add-path is now disabled in GH #3, moderate, GHSA-27v5-c462-wpq7) — vulnerable>=8.0.0 <8.4.0→ patched8.4.0.Strategy: override. Fixed by the same
@vscode/test-webnested override as ACTION REQUIRED: Microsoft needs this private repository to complete compliance info #2 above.uuid(Basic VSCode extension #4, moderate, GHSA-w5hq-g745-h8pq) — vulnerable<14.0.0→ patched14.0.0.Strategy: override. Added global
"uuid": "^14.0.0"override. uuid v14 has no external dependencies and the commonly-usedv4()API is unchanged. Affected transitive paths:@fluidframework/*(uuid@11.x),@microsoft/generator-powerpages(uuid@9.x),@azure/msal-node(uuid@8.x).Collateral changes
None. Only
overridesentries inpackage.jsonwere modified — no direct or parent dependencies were bumped.Verification
npm run build: PASS (pre-existing CI-only missing module warning fortelemetry-generated/buildRegionConfigurationis unrelated to these changes)npm test: PASS (95/95 tests passing)