chore(deps): update vulnerable dev dependencies#2053
Merged
Conversation
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.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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.
Resolves the dependabot alerts of the workspace lockfile (
pnpm-lock.yaml— 102 open alerts, 4 critical):pnpm up -rfor 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 friendsoverridesfor 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.