fix: consolidate pnpm overrides for security vulnerability alerts#120
Merged
Conversation
…oses #119) Add comprehensive pnpm.overrides in package.json to force safe minimum versions for all packages flagged in Dependabot security alerts. Packages fixed: - axios >=1.15.0 (CRITICAL: SSRF via proxy) - brace-expansion@2 >=2.0.3 (HIGH: ReDoS) - flatted >=3.4.2 (HIGH: prototype pollution) - hono >=4.12.12 (HIGH: header injection) - koa >=3.1.2 (HIGH: path traversal) - lodash-es >=4.18.0 (HIGH: prototype pollution) - minimatch@9 >=9.0.7, @10 >=10.2.3 (HIGH: ReDoS) - path-to-regexp@0 >=0.1.13 (HIGH: ReDoS) - picomatch@2 >=2.3.2, @4 >=4.0.4 (MODERATE) - qs >=6.14.2 (HIGH: prototype pollution) - rollup >=4.59.0 (MODERATE: code injection) - serialize-javascript >=7.0.3 (HIGH: XSS) - tar >=7.5.11 (HIGH: path traversal) - vite >=6.4.2 (HIGH: arbitrary file read) - webpack >=5.104.1 (MODERATE) - yaml@2 >=2.8.3 (HIGH: ReDoS) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://green-water-08792290f-120.eastus2.2.azurestaticapps.net |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://green-water-08792290f-120.eastus2.2.azurestaticapps.net |
|
Note Coverage shown for affected projects only. Per-file thresholds (80%) are enforced by vitest.
|
chrisjwalk
approved these changes
Apr 12, 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.
Closes #119
Summary
Replaces fragmented/outdated version-range overrides in
pnpm-workspace.yamlwith comprehensivepnpm.overridesinpackage.json, forcing safe minimum versions for all Dependabot security alerts.Packages addressed
Verification
pnpm-lock.yamlnx run-many -t build,testpasses all 9 projects