diff --git a/package-lock.json b/package-lock.json index 33a6e3c..b0a999e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "ccpkg-docs", "dependencies": { "@astrojs/starlight": "^0.39.2", - "astro": "^6.3.5", + "astro": "^6.3.7", "astro-mermaid": "^2.0.1" } }, @@ -2362,9 +2362,9 @@ } }, "node_modules/astro": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.5.tgz", - "integrity": "sha512-gU+4KedkbTuVgz7YoVAN+9Ftnq0GaYwejxK2NbqDzB0M9dWd0f3kXZBuaM9hzbchRFoRAJfJjFtdX9LK6Ir7ZA==", + "version": "6.3.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.7.tgz", + "integrity": "sha512-zIeDRrI0qNgN1lcCjNqt6/IVCVej7VwSa326cO8uP9BOk1cg4QuffhLnOn2gCgWQr32/wxpSRFfXiLKHglu1Tw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/package.json b/package.json index 0835bae..769ea89 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "generate:assistants": "node scripts/generate-assistant-pages.mjs" }, "dependencies": { - "astro": "^6.3.5", + "astro": "^6.3.7", "@astrojs/starlight": "^0.39.2", "astro-mermaid": "^2.0.1" }