From 37461358fdb1ff592226f156ea98b5a5858e8148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:25:10 +0000 Subject: [PATCH] Update astro requirement from ^6.3.7 to ^6.3.8 Updates the requirements on [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) to permit the latest version. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.3.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c041354..4e2e733c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@playform/pipe": "0.1.5", "@types/csso": "5.0.4", "@types/html-minifier-terser": "7.0.2", - "astro": "^6.3.7", + "astro": "^6.3.8", "commander": "14.0.3", "csso": "5.0.5", "deepmerge-ts": "7.1.5",