diff --git a/website/package-lock.json b/website/package-lock.json index 011a28faaa3..e99a564fed1 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.1.9", - "astro": "5.9.1", + "astro": "5.9.2", "astro-better-image-service": "2.1.6", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2865,12 +2865,12 @@ } }, "node_modules/astro": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", - "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.2.tgz", + "integrity": "sha512-K/zZlQOWMpamfLDOls5jvG7lrsjH1gkk3ESRZyZDCkVBtKHMF4LbjwCicm/iBb3mX3V/PerqRYzLbOy3/4JLCQ==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.1", + "@astrojs/compiler": "^2.12.2", "@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 2e79a69a772..6119ee81ca1 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.1.9", - "astro": "5.9.1", + "astro": "5.9.2", "astro-better-image-service": "2.1.6", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",