diff --git a/package-lock.json b/package-lock.json index 2edc9b5e..3a55096f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.36.2", "@astrojs/vercel": "^9.0.0", "@vercel/analytics": "^1.5.0", - "astro": "^5.15.3" + "astro": "^5.15.4" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -4808,9 +4808,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.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.4.tgz", + "integrity": "sha512-0g/68hLHEJZF2nYUcZM5O0kOnzCsCIf8eA9+0jfBAxp4ycujrIHRgIOdZCFKL9GoTsn8AypWbziypH5aEIF+aA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 27364a9a..79dada29 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.36.2", "@astrojs/vercel": "^9.0.0", "@vercel/analytics": "^1.5.0", - "astro": "^5.15.3" + "astro": "^5.15.4" }, "devDependencies": { "@actions/core": "^1.11.1",