fix(security): resolve all dependency vulnerabilities across the stack - #479
Open
BillyOutlast wants to merge 1 commit into
Open
fix(security): resolve all dependency vulnerabilities across the stack#479BillyOutlast wants to merge 1 commit into
BillyOutlast wants to merge 1 commit into
Conversation
pnpm workspace (84 audit findings -> 0):
- Prisma 7.7.0 -> 7.10.0 (server)
- desktop/main: koa 2.16.1 -> 3.2.1, markdown-it 14.2.0 -> 14.3.0
(linkify-it <= 5.0.1), sass-embedded -> ^1.103.1 (immutable),
brace-expansion/minimatch/nanoid deep-updated to patched versions
- pnpm overrides updated for transitive advisory coverage
Rust crates (28 vulnerabilities across 7 lockfiles -> 0):
- cargo update across cli, torrential, desktop/src-tauri,
libraries/{droplet,droplet_types,libarchive,native_model}
Go backend (govulncheck: 1 -> 0):
- stdlib module updates in go.work.sum
Verified: pnpm audit clean in every workspace package; cargo audit clean
on all 7 crates; govulncheck reports no known vulnerabilities.
DecDuck
approved these changes
Aug 30, 2026
Member
|
Looks like lint and typecheck failed for this |
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
Resolves every known dependency vulnerability across the monorepo: pnpm audit 84 findings → 0, cargo audit 28 findings → 0 across all 7 crates, govulncheck 1 → 0.
pnpm workspace
server/: Prisma7.7.0→7.10.0desktop/main/:koa2.16.1 → 3.2.1,markdown-it→ 14.3.0 (fixes linkify-it ≤5.0.1),sass-embedded→ ^1.103.1 (fixes immutable), withbrace-expansion,minimatch, andnanoiddeep-updated to patched versionspnpm-lock.yamlrefreshed; overrides updated for transitive advisory coverageRust crates
cargo updateapplied to all seven independent lockfiles (cli,torrential,desktop/src-tauri,libraries/{droplet,droplet_types,libarchive,native_model}).Go backend
stdlib module updates in
go.work.sumresolving the single govulncheck finding.Notes for review
The lockfile diffs are large but mechanical — no source code changes. One caveat: the root manifest gains devDependencies (
lefthook,knip,@ast-grep/cli,prettier) that a companion tooling PR introduces; they're included here so the root install stays consistent. If you'd prefer this split differently, happy to rework.Verification