From 0a1a3a1d09099d87b1d2f4004f74af6d26d5772a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 28 Jan 2025 02:54:23 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.1.9=20?= =?UTF-8?q?=E2=86=92=205.1.10=20(#31318)?= 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 c9efd07dd0e..6afaa690931 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.7", - "astro": "5.1.9", + "astro": "5.1.10", "astro-better-image-service": "2.1.2", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2297,9 +2297,9 @@ } }, "node_modules/astro": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.9.tgz", - "integrity": "sha512-QB3MH7Ul3gEvmHXEfvPkGpTZyyB/TBKQbm0kTHpo0BTEB7BvaY+wrcWiGEJBVDpVdEAKY9fM3zrJ0c7hZSXVlw==", + "version": "5.1.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.10.tgz", + "integrity": "sha512-qFu4jC7BRlhwHgk9Pa1sTQWw60zYWlriNTt6bMGMKkPxCd4Dd84fGn+NjbrJ/JeKwF7YXX0gY1saDF/RS6TMVA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/website/package.json b/website/package.json index 0ac0018c931..f5ce361bcaf 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.7", - "astro": "5.1.9", + "astro": "5.1.10", "astro-better-image-service": "2.1.2", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",