From 1cef11800a8e1618b0e174fc7fcbab438c589623 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 29 Apr 2025 20:19:19 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.7.8=20?= =?UTF-8?q?=E2=86=92=205.7.9=20(#34898)?= 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 ea0c6378c99..959104ed5e4 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.9", - "astro": "5.7.8", + "astro": "5.7.9", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2840,9 +2840,9 @@ } }, "node_modules/astro": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.8.tgz", - "integrity": "sha512-82ku6+wOGXP5c5+YOkBzEGJ/k8/GVSeN0xD/TNUrPf5nvWpGGpngxtUAwuruKF6wIxRC1/SwlUVCs/4QT98iZQ==", + "version": "5.7.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.9.tgz", + "integrity": "sha512-P0cLijpmu4xZEXIh83ROOJqiCWRA7KSo24nhRLIjbMkiPElXu2qL1c28m7xhylCXeHa0lnCGPLyNjs1Wx3GyxA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/website/package.json b/website/package.json index 5fa0bc6c76b..b1ef90dbadc 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.9", - "astro": "5.7.8", + "astro": "5.7.9", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",