diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 7c494326..dfa274d8 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.15.3", + "astro": "^5.15.5", "astro-mermaid": "^1.0.0" }, "devDependencies": { @@ -2299,9 +2299,9 @@ } }, "node_modules/astro": { - "version": "5.15.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", - "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.5.tgz", + "integrity": "sha512-A56u4H6gFHEb0yRHcGTOADBb7jmEwfDjQpkqVV/Z+ZWlu6mYuwCrIcOUtZjNno0chrRKmOeZWDofW23ql18y3w==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/docs-site/package.json b/docs-site/package.json index 1c7b2915..5daddfc4 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.15.3", + "astro": "^5.15.5", "astro-mermaid": "^1.0.0" }, "devDependencies": {