chore(deps): clear npm security alerts in website + docs/agent-evaluation#968
Closed
alexluong wants to merge 2 commits into
Closed
chore(deps): clear npm security alerts in website + docs/agent-evaluation#968alexluong wants to merge 2 commits into
alexluong wants to merge 2 commits into
Conversation
Bump astro ^5.1.5 -> ^7.0.0 and refresh the lockfile. Clears ~50 Dependabot alerts across the Astro toolchain (vite, rollup, esbuild, h3, devalue, picomatch, astro core XSS advisories, etc.). astro 5.x/6.x left a few high XSS + esbuild advisories with fixes only in 7.0; the site is a minimal static build (empty config, no integrations/content collections) and builds clean on 7. npm audit: 0 vulnerabilities. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump @anthropic-ai/claude-agent-sdk ^0.2.92 -> ^0.3.186 and tsx to 4.22.4, regenerating the lockfile. Clears the hono, @anthropic-ai/sdk, fast-uri, ip-address, qs and esbuild advisories. npm audit: 0 vulnerabilities; trajectory smoke passes and the eval module imports clean against the new SDK exports. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
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 ~72 Dependabot alerts in two dirs (#940 follow-up).
^5.1.5→^7.0.0. astro 7 required — some high XSS/esbuild advisories have fixes only in 7.x. Static site builds clean.^0.2.92→^0.3.186, tsx → 4.22.4.npm audit: 0 vulnerabilities in both. Website build passes; eval smoke + SDK imports pass.🤖 Generated with Claude Code