From 8b9208c18f2eaaafe0f4bf4a549684bfe9494f5c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 3 Jul 2025 14:08:57 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.10.2=20?= =?UTF-8?q?=E2=86=92=205.11.0=20(#36895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 7d728b2f0ba..4e2717b9601 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.2.0", - "astro": "5.10.2", + "astro": "5.11.0", "astro-better-image-service": "2.1.7", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2452,9 +2452,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==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", + "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 7acac707cc3..811cbbd0119 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.2.0", - "astro": "5.10.2", + "astro": "5.11.0", "astro-better-image-service": "2.1.7", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",