Bump vitest packages to 4.1.10 - #56
Merged
Merged
Conversation
Patch bump of the exact-pinned vitest devDependencies to clear GHSA-p63j-vcc4-9vmv (Browser Mode provider commands bypass the file-access permission gate). npm audit now reports 0 vulnerabilities. Lint and tests pass.
There was a problem hiding this comment.
Pull request overview
Updates Vitest browser tooling to patched versions that address GHSA-p63j-vcc4-9vmv.
Changes:
- Bumps three exact-pinned Vitest packages from 4.1.9 to 4.1.10.
- Refreshes the associated transitive dependency tree.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates direct Vitest devDependencies. |
package-lock.json |
Locks updated Vitest packages and transitives. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
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.
Follow-up to #55, which cleared the transitive advisories but left the
vitestones.Bumps the exact-pinned vitest devDependencies
4.1.9→4.1.10:vitest@vitest/browser@vitest/browser-playwrightThis clears 3 critical findings from GHSA-p63j-vcc4-9vmv (Browser Mode provider commands bypass the file-access permission gate).
npm audit fixreported these as needing--forceonly because the versions are pinned exactly — the bump itself is a patch release, not a breaking change.npm auditnow reports 0 vulnerabilities.Validation
npm run lintpassesnpm testpasses (9 tests)