diff --git a/package-lock.json b/package-lock.json index d8c858fb..fb4f1ca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.4", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", - "astro": "^5.10.2" + "astro": "^5.11.0" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3594,10 +3594,9 @@ } }, "node_modules/astro": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", - "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", - "license": "MIT", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", + "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index bffb7d00..41686bce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.34.4", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", - "astro": "^5.10.2" + "astro": "^5.11.0" }, "devDependencies": { "@actions/core": "^1.11.1",