diff --git a/package-lock.json b/package-lock.json index 59b9e5b..91f1180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "ccpkg-docs", "dependencies": { "@astrojs/starlight": "^0.37.6", - "astro": "^5.17.2", + "astro": "^5.18.0", "astro-mermaid": "^1.3.1" } }, @@ -2392,9 +2392,9 @@ } }, "node_modules/astro": { - "version": "5.17.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.2.tgz", - "integrity": "sha512-7jnMqGo53hOQNwo1N/wqeOvUp8wwW/p+DeerSjSkHNx8L/1mhy6P7rVo7EhdmF8DpKqw0tl/B5Fx1WcIzg1ysA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.0.tgz", + "integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -2420,7 +2420,7 @@ "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", - "esbuild": "^0.27.0", + "esbuild": "^0.27.3", "estree-walker": "^3.0.3", "flattie": "^1.1.1", "fontace": "~0.4.0", diff --git a/package.json b/package.json index f48f42b..a4cae27 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "generate:assistants": "node scripts/generate-assistant-pages.mjs" }, "dependencies": { - "astro": "^5.17.2", + "astro": "^5.18.0", "@astrojs/starlight": "^0.37.6", "astro-mermaid": "^1.3.1" }