diff --git a/package-lock.json b/package-lock.json index 261a7e8..38969e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "ccpkg-docs", "dependencies": { "@astrojs/starlight": "^0.39.3", - "astro": "^6.4.4", + "astro": "^6.4.7", "astro-mermaid": "^2.0.2" } }, @@ -2375,9 +2375,9 @@ } }, "node_modules/astro": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", - "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.7.tgz", + "integrity": "sha512-5vsXx0H52u23Jpshs9tM81D03Tb3Oh2Vt2Zo0bpqjXN+njkAWjFyGjTfmWJLAcrCQd9Q+iWB1eqfhR1sZJEaUA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/package.json b/package.json index cbe9d8f..fa834e4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "generate:assistants": "node scripts/generate-assistant-pages.mjs" }, "dependencies": { - "astro": "^6.4.4", + "astro": "^6.4.7", "@astrojs/starlight": "^0.39.3", "astro-mermaid": "^2.0.2" }