From 8cbf8d3401c76e0f4028b4afb01c312d734f5d12 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 16 Apr 2025 20:27:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.7.1=20?= =?UTF-8?q?=E2=86=92=205.7.2=20(#34483)?= 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 0d95c723147..da2e703a6a9 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.1", + "astro": "5.7.2", "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.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.1.tgz", - "integrity": "sha512-5nqSQ7prw3yR6o/ip0TfdQpYSadKADEkyIdGVY8V8FOZIl806GfRhOzNYQnjqyw94mEUJ5067MBeYjdCvf2d7A==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.2.tgz", + "integrity": "sha512-h/+MjrirU2xT+khkxvwPxE7c1O4nxzVtuSnGIqx+3dtrmUoxJvnNeIBnO7ED0mWzo6ClZ4aVBQj63M7U47anLg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/website/package.json b/website/package.json index 8203d31ea16..0d6a88276e0 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.1", + "astro": "5.7.2", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",