This project is a static Astro blog deployed to GitHub Pages.
Last checked: 2026-05-21
Command:
npm audit --jsonCurrent known audit result:
- 5 moderate vulnerabilities remain.
- The remaining chain is
@astrojs/check->@astrojs/language-server->volar-service-yaml->yaml-language-server->yaml. npm audit fix --forcecurrently proposes downgrading@astrojs/checkto0.9.2.
Decision:
- Do not apply the forced downgrade while this project uses Astro 6.
- Keep
@astrojs/checkon the latest compatible release and re-check when a newer@astrojs/checkor@astrojs/language-serverrelease is available. - The remaining issue affects development tooling, not generated static site runtime code.
Run dependency audit after package updates:
npm audit
npm view @astrojs/check version dependencies --jsonIf npm audit fix can resolve the remaining items without --force, prefer applying it and then run:
npm run check
npm run build