diff --git a/package-lock.json b/package-lock.json index 27f44d58..8889dc1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.4", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.3" + "astro": "^5.9.4" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3624,9 +3624,9 @@ } }, "node_modules/astro": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.3.tgz", - "integrity": "sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==", + "version": "5.9.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.4.tgz", + "integrity": "sha512-AEulm16C9IijMYrFb3VIFx9z17p/wfDSHUHdbbvSEX+rBca64xV+f67tnsql3s4CE8u2cwYpdX+5yH7l53W4iA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 642bc6a7..b790d431 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.34.4", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.3" + "astro": "^5.9.4" }, "devDependencies": { "@actions/core": "^1.11.1",