chore: upgrade all devDependencies and fix security vulnerabilities#6
Merged
ConsoleTVs merged 1 commit intomainfrom Apr 12, 2026
Merged
chore: upgrade all devDependencies and fix security vulnerabilities#6ConsoleTVs merged 1 commit intomainfrom
ConsoleTVs merged 1 commit intomainfrom
Conversation
Fixes all 8 Dependabot security alerts (5 high, 3 moderate): - vite 8.0.2 -> 8.0.8 (3 CVEs: fs.deny bypass, WebSocket file read, path traversal) - happy-dom 20.8.4 -> 20.8.9 (2 CVEs: fetch credentials, code execution) - lodash 4.17.23 -> 4.18.0 (2 CVEs: prototype pollution, code injection via template) - picomatch 4.0.3 -> 4.0.4 (method injection in POSIX character classes) - brace-expansion -> patched (zero-step sequence hang) Also upgrades non-vulnerable packages to latest: - @types/node 25.5.0 -> 25.6.0 - @vitest/coverage-v8 4.1.0 -> 4.1.4 - oxfmt 0.41.0 -> 0.44.0 - oxlint 1.56.0 -> 1.59.0 - react 19.2.4 -> 19.2.5 - react-dom 19.2.4 -> 19.2.5 - solid-js 1.9.11 -> 1.9.12 - vite-plugin-solid 2.11.11 -> 2.11.12 - vitest 4.1.0 -> 4.1.4 Adds type parameter to vi.fn(fetch) calls to satisfy new oxlint require-mock-type-parameters rule.
cccff06 to
f75a297
Compare
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
Security Fixes
vitehappy-domlodash_.template, prototype pollutionpicomatchbrace-expansionlodashandbrace-expansionare transitive deps (viavite-plugin-dts→@microsoft/api-extractorand@vue/language-corerespectively).picomatchwas added as a direct override to ensure the patched version is used across all dependents.Other Upgrades
@types/node@vitest/coverage-v8oxfmtoxlintreactreact-domsolid-jsvite-plugin-solidvitestLint Fix
Added
<typeof fetch>type parameter to twovi.fn(fetch)calls inquery.test.tsto satisfy therequire-mock-type-parametersrule newly enforced by oxlint 1.59.0.Verification
npm audit→ 0 vulnerabilitiesnpm run format:check→ passnpm run lint→ 0 warnings, 0 errorsnpm test→ 61/61 tests passnpm run build→ successful