chore(deps): bump astro to 6.3.7 and dashboard vite to 6.4.2 for security fixes#177
Merged
Merged
Conversation
…nd pnpm-lock.yaml Bumps astro to version 6.3.7 and vite to version 6.4.2 across relevant package files to ensure compatibility and access to the latest features.
9f0b327 to
4ef12f3
Compare
Owner
|
@vedrao rebased onto main to clear the lockfile conflict (PR #161 landed ESLint + lockfile changes earlier today). Hope you don't mind the maintainer-edit force-push. Resolution: kept your Verified locally (post-rebase):
Waiting on CI; will merge once it's green. |
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
Bumps two direct dependencies to resolve CVEs surfaced by a Snyk SCA scan of the monorepo, plus a lockfile refresh that sweeps up several transitive fixes that the bumps make reachable.
Direct dependency upgrades
homepage/package.json:astro^6.0.4→^6.1.6(lockfile resolves to6.3.7)astrounderstand-anything-plugin/packages/dashboard/package.json:vite^6.0.0→^6.4.2The dashboard
vitefix is notable because perCLAUDE.mdthe dashboard dev server exposes a/file-content.jsonendpoint gated by an access token + graph-derived path allowlist — running it on a Vite version with a known directory-traversal CVE is exactly the case worth patching promptly.Transitive fixes carried in by the lockfile refresh
h31.15.6 → 1.15.11 (viaastro) — clears Timing Attack, Directory Traversal, CRLF Injectiondefu6.1.4 → 6.1.7 (viaastro/h3) — clears Prototype Pollution (CVE-2026-35209)brace-expansion@2.0.2removed from the dep graph — clears Infinite Loop (CVE-2026-33750)Remaining known issues (not fixed here)
A follow-up bump of
vitest/@vitest/coverage-v8from3.2.xto3.3.xor4.xwould clear the remaining transitive findings (oldvite@7.3.1,postcss@8.5.8,picomatch@4.0.3,brace-expansion@5.0.5all pinned through vitest). That's a more invasive change because it can affect tests, so it's intentionally kept out of this PR.Test plan
pnpm installsucceeds on a clean checkoutpnpm --filter @understand-anything/core buildsucceedspnpm --filter @understand-anything/dashboard buildsucceeds with vite 6.4.2pnpm --filter homepage buildsucceeds with astro 6.3.7snyk test --all-projectsand confirm the 5 listed CVEs no longer appear