chore(deps): bump astro and vitest family for dependabot security alerts#240
Open
sriramveeraghanta wants to merge 2 commits into
Open
chore(deps): bump astro and vitest family for dependabot security alerts#240sriramveeraghanta wants to merge 2 commits into
sriramveeraghanta wants to merge 2 commits into
Conversation
- astro ^7.0.9 -> ^7.1.0 (resolves 7.1.3): fixes GHSA-4g3v-8h47-v7g6, reflected XSS via unescaped View Transition animation properties - vitest / @vitest/browser-playwright / @vitest/coverage-v8 4.1.9 -> 4.1.10: pulls @vitest/browser@4.1.10, fixing GHSA-p63j-vcc4-9vmv, browser mode provider commands bypassing the file-access permission gate
|
📚 Storybook preview: https://pr-240-propel-storybook.vamsi-906.workers.dev |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
propel-docs | 1b633cb | Jul 24 2026, 09:13 PM |
vihar
approved these changes
Jul 24, 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.
Summary
Resolves the two open Dependabot security alerts:
@vitest/browser— critical (GHSA-p63j-vcc4-9vmv): Browser Mode provider commands bypass the file-access permission gate. Vulnerable range>= 4.0.0, < 4.1.10.astro— medium (GHSA-4g3v-8h47-v7g6): Reflected XSS via unescaped View Transition animation properties. Vulnerable range>= 2.9.0, <= 7.0.9.Changes
pnpm-workspace.yaml: bumped the vitest family catalog pins4.1.9→4.1.10(vitest,@vitest/browser-playwright,@vitest/coverage-v8).@vitest/browseris transitive and now resolves to4.1.10(patched).apps/docs/package.json:astro^7.0.9→^7.1.0; lockfile resolvesastro@7.1.3(patched).pnpm-lock.yaml: regenerated.Verification
oxlint-plugin-propeltests pass (12/12) on vitest 4.1.10.check:format/check:typespass forpackages/propelandtools/oxlint-plugin-propel.pnpm check/pnpm testfailures are pre-existing environment issues (local Node 22.17.1 vs.node-version24.16.0), verified identical on unmodifiedmain; CI runs the pinned Node version.