diff --git a/package-lock.json b/package-lock.json index 63cc71fb..ac89daef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.37.1", "@astrojs/starlight-tailwind": "^4.0.2", "@lavamoat/preinstall-always-fail": "^2.1.1", - "astro": "^5.16.5", + "astro": "^5.16.6", "sharp": "^0.34.5", "starlight-auto-sidebar": "^0.1.3", "starlight-image-zoom": "^0.13.2", @@ -2504,9 +2504,9 @@ } }, "node_modules/astro": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.5.tgz", - "integrity": "sha512-QeuM4xzTR0QuXFDNlGVW0BW7rcquKFIkylaPeM4ufii0/RRiPTYtwxDYVZ3KfiMRuuc+nbLD0214kMKTvz/yvQ==", + "version": "5.16.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.6.tgz", + "integrity": "sha512-6mF/YrvwwRxLTu+aMEa5pwzKUNl5ZetWbTyZCs9Um0F12HUmxUiF5UHiZPy4rifzU3gtpM3xP2DfdmkNX9eZRg==", "license": "MIT", "peer": true, "dependencies": { @@ -7321,7 +7321,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.50.1.tgz", "integrity": "sha512-78E9voJHwnXQMiQdiqswVLZwJIzdBKJ1GdI5Zx6XwoFKUIk09/sSrr+05QFzvYb8q6Y9pPV45zzDuYa3907TZA==", "license": "MIT", - "peer": true, "dependencies": { "@types/estree": "1.0.8" }, diff --git a/package.json b/package.json index 2c2867ce..5cd94ae5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/starlight": "^0.37.1", "@astrojs/starlight-tailwind": "^4.0.2", "@lavamoat/preinstall-always-fail": "^2.1.1", - "astro": "^5.16.5", + "astro": "^5.16.6", "sharp": "^0.34.5", "starlight-auto-sidebar": "^0.1.3", "starlight-image-zoom": "^0.13.2",