chore(deps): bump docs deps to latest (astro 7.1.6, marked 18.0.7, sharp 0.35.3) - #203
Merged
Conversation
…arp 0.35.3) Bumps the two direct docs dependencies to their latest releases and regenerates the lockfile, which pulls transitive deps forward: - astro 7.1.1 -> 7.1.6 - marked 18.0.3 -> 18.0.7 - sharp 0.34.5 -> 0.35.3 (via npm audit fix) sharp 0.34.5 carried a high-severity libvips advisory (GHSA-f88m-g3jw-g9cj: CVE-2026-33327/33328/35590/35591); 0.35.3 clears it. `npm audit` now reports 0 vulnerabilities. Supersedes the closed Dependabot PRs #197 (sharp+astro) and #192 (esbuild+astro). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs/ site’s Node dependencies to pick up the latest patch releases of Astro and Marked, and refreshes the npm lockfile to bring transitive dependencies (notably sharp) forward to versions without the referenced libvips advisory.
Changes:
- Bump
astrofrom^7.1.1to^7.1.6indocs/package.json. - Bump
markedfrom^18.0.3to^18.0.7indocs/package.json. - Regenerate
docs/package-lock.json, pulling updated transitive dependencies includingsharpto0.35.3.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/package.json | Updates direct docs-site dependencies (astro, marked) to newer patch versions. |
| docs/package-lock.json | Regenerates lockfile to reflect updated direct + transitive dependencies (including sharp 0.35.3). |
Files not reviewed (1)
- docs/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps the two direct
docs/dependencies to their latest releases and regenerates the lockfile, pulling transitive deps forward.Why sharp matters
sharp 0.34.5 carries a high-severity libvips advisory — GHSA-f88m-g3jw-g9cj (CVE-2026-33327 / 33328 / 35590 / 35591). Bumping astro alone did not pull sharp forward, so
npm audit fixwas used to force 0.35.3.npm auditnow reports 0 vulnerabilities.Supersedes
Consolidates the Dependabot updates that were auto-closed as "updatable in another way" after the lockfile shifted:
The postcss (#201), astro→7.1.1 (#202), svgo (#194), and vite bumps already merged / resolved on main.
🤖 Generated with Claude Code