diff --git a/website/package-lock.json b/website/package-lock.json index daaaaa5f743..6e466b08d9f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.8.2", + "astro": "5.9.0", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2865,12 +2865,12 @@ } }, "node_modules/astro": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz", - "integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz", + "integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.11.0", + "@astrojs/compiler": "^2.12.0", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/website/package.json b/website/package.json index 00dbd81bbd3..3279c28f6e8 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.8.2", + "astro": "5.9.0", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",