diff --git a/package-lock.json b/package-lock.json index 74e579c1..9e50e9d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.5", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", - "astro": "^5.11.0" + "astro": "^5.11.1" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3623,9 +3623,10 @@ } }, "node_modules/astro": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", - "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", + "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index c2aa9dda..6632e4dd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.34.5", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", - "astro": "^5.11.0" + "astro": "^5.11.1" }, "devDependencies": { "@actions/core": "^1.11.1",