From f93867ada1fc917b23eeb4775033f7f652a47cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 18:46:28 +0000 Subject: [PATCH] chore(deps): bump astro Bumps the npm_and_yarn group with 1 update in the /pixles-docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.18.1 to 6.3.2 - [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.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- pixles-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixles-docs/package.json b/pixles-docs/package.json index c750317..a3ad9be 100644 --- a/pixles-docs/package.json +++ b/pixles-docs/package.json @@ -14,7 +14,7 @@ "@astrojs/starlight": "^0.34.1", "@astrojs/starlight-tailwind": "^3.0.1", "@tailwindcss/vite": "^4.1.4", - "astro": "^5.7.8", + "astro": "^6.3.2", "sharp": "^0.33.5", "starlight-links-validator": "^0.14.3", "starlight-versions": "^0.5.3",