From 40166324b44c7daf9f096d717bc171696437cef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:49:34 +0000 Subject: [PATCH] build(deps): Bump @astrojs/check from 0.9.9 to 0.9.10 Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) from 0.9.9 to 0.9.10. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.10/packages/language-tools/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0129345f2..49d0fc83d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test:watch": "vitest" }, "dependencies": { - "@astrojs/check": "0.9.9", + "@astrojs/check": "0.9.10", "@astrojs/mdx": "7.0.5", "@astrojs/react": "6.0.1", "@astrojs/sitemap": "3.7.3",