diff --git a/package-lock.json b/package-lock.json index 87d2216..590ebba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.37.3", - "astro": "^5.16.12", + "astro": "^5.16.15", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", @@ -1850,9 +1850,9 @@ } }, "node_modules/astro": { - "version": "5.16.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.12.tgz", - "integrity": "sha512-R2LH1GW4JexpSMWffbpzkeZDAwbdZwI5BclXEwi+vIUPxQI+7Y9ZogJ5u4ukdYFGrcrie/0z+Od4i3MlR0nELQ==", + "version": "5.16.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.15.tgz", + "integrity": "sha512-+X1Z0NTi2pa5a0Te6h77Dgc44fYj63j1yx6+39Nvg05lExajxSq7b1Uj/gtY45zoum8fD0+h0nak+DnHighs3A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index 88afbf2..23ec276 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.3", - "astro": "^5.16.12", + "astro": "^5.16.15", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0",