Fix 3 Dependabot security alerts (astro, sharp, js-yaml) - #83
Merged
Merged
Conversation
Bumps astro 7.2.6 -> 7.3.2 (fixes GHSA-26w7-cxv4-gfx2, critical RCE via AVIF image optimization), which transitively updates sharp 0.35.3 -> 0.35.4 (GHSA-rgj7-g3m4-5g8c, libheif vulnerabilities) and js-yaml 4.3.1 -> 4.3.2 (GHSA-2883-xcg3-v3hh, CPU DoS via merge keys). All versions stay within existing package.json semver ranges, so only the lockfile changes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
astro7.2.6 → 7.3.2, fixing GHSA-26w7-cxv4-gfx2 (critical RCE via AVIF image optimization, patched at 7.2.8)sharp0.35.3 → 0.35.4, fixing GHSA-rgj7-g3m4-5g8c (libheif vulnerabilities)js-yaml4.3.1 → 4.3.2, fixing GHSA-2883-xcg3-v3hh (CPU DoS via unbounded merge keys)package.json, so onlypackage-lock.jsonchangesCloses Dependabot alerts #161, #162, #163.
Test plan
npm auditreports 0 vulnerabilitiesnpm run check(astro check + prettier) passes with 0 errors/warningsnpm run buildcompletes successfully (112 pages built, image optimization pipeline runs fine with new sharp)🤖 Generated with Claude Code