From 3262bc540bab3daf70275016a5989e38ea73767a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:06:06 +0000 Subject: [PATCH] Bump @astrojs/check from 0.9.6 to 0.9.7 Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) from 0.9.6 to 0.9.7. - [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.7/packages/language-tools/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index e4e10c1..cd97397 100644 --- a/playground/package.json +++ b/playground/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "5.16.6", "astro-tunnel": "workspace:*", - "@astrojs/check": "0.9.6", + "@astrojs/check": "0.9.7", "typescript": "5.9.3" } }