bump dev and example dependencies to clear security advisories - #25
Merged
Conversation
This was referenced Jul 20, 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.
Clears all 20 open Dependabot alerts. Every alert was in dev/test tooling or the example apps — the published package surface (
npm audit --omit=dev) was already clean and is unchanged.Changes
Main repo
@vitest/browser,@vitest/browser-playwright,@vitest/ui,vitest^4.1.5 → ^4.1.10— clears the two critical@vitest/browseradvisories (browser-mode RCE / unsanitized inline script).overrides: { uuid: ^11.1.1 }— forces the fixed uuid pastvite-plugin-top-level-await's pinneduuid@10(the plugin only uses uuid v4; the advisory affects v3/v5/v6 with abufarg, so this is non-exploitable here — the override just clears the alert).npm audit fixpulled fixed transitivevite(≥8.0.16,server.fs.denybypass + launch-editor) andws(≥8.21.1, memory-exhaustion DoS).Examples (react, vue, vanilla)
vite^7.1.12 → ^7.3.6— clears thevitehigh+medium advisories.overrides: { uuid: ^11.1.1 };npm audit fixpulled fixedesbuild/@babel/core.Verification
npm audit(full and--omit=dev) = 0 vulnerabilities across the main repo and all three examples.tscclean,eslintclean, 30 tests pass (confirms the vitest 4.1.10 bump + uuid override don't break the wasm-loading browser test path).No runtime/published dependency changed; consumers are unaffected.