Skip to content

chore(deps): update vulnerable dev dependencies#2053

Merged
CodeDredd merged 1 commit into
mainfrom
chore/security-updates
Jul 20, 2026
Merged

chore(deps): update vulnerable dev dependencies#2053
CodeDredd merged 1 commit into
mainfrom
chore/security-updates

Conversation

@CodeDredd

Copy link
Copy Markdown
Owner

Resolves the dependabot alerts of the workspace lockfile (pnpm-lock.yaml — 102 open alerts, 4 critical):

  • pnpm up -r for the affected packages within allowed ranges: vitest 3.2.7 (critical: UI server file read/execute), happy-dom 20.11, axios 1.16, vite, rollup, tar, minimatch, ws, lodash and friends
  • pnpm overrides for three transitively pinned packages that can't move otherwise: handlebars >=4.7.9 (critical: JS injection), shell-quote >=1.8.4 (critical), simple-git >=3.32.3 (critical: RCE bypass)

All of these are dev/build tooling — the published packages have no runtime dependencies besides @pinia-orm/normalizr. Full workspace verified: builds green, 430 + 25 tests green.

Updates vitest, happy-dom, axios, vite, rollup and other transitive
dev dependencies to patched versions and forces handlebars, shell-quote
and simple-git above their advisories via pnpm overrides. Resolves all
critical dependabot alerts of the workspace lockfile.
@CodeDredd
CodeDredd merged commit c4d55fb into main Jul 20, 2026
4 of 6 checks passed
@CodeDredd
CodeDredd deleted the chore/security-updates branch July 20, 2026 17:12
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.26%. Comparing base (714cbb0) to head (9595cc2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2053      +/-   ##
==========================================
+ Coverage   99.24%   99.26%   +0.01%     
==========================================
  Files          83       83              
  Lines        3185     3244      +59     
  Branches      562      562              
==========================================
+ Hits         3161     3220      +59     
  Misses         17       17              
  Partials        7        7              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants