From de417e12bce7e676786533ab9f0a95d2516c9964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:41:19 +0000 Subject: [PATCH] build(deps): bump astro from 6.1.6 to 6.1.10 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.6 to 6.1.10. - [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.1.10/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index c7b91963..600a213f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/svelte": "8.0.0", "@tailwindcss/vite": "^4.2.1", - "astro": "6.1.6", + "astro": "6.1.10", "dompurify": "^3.4.0", "svelte": "^5.55.7", "tailwindcss": "^4.2.1"