From 6d44d929bdc9d57e5b1e9afec5384686e4be59c1 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 5 Aug 2026 21:00:12 +0200 Subject: [PATCH] Update dependency @astrojs/check to v0.9.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6d4cd3..3bc88f6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "0.9.9", + "@astrojs/check": "0.9.10", "@astrojs/mdx": "5.0.6", "@astrojs/starlight": "0.39.2", "@astrojs/starlight-tailwind": "^5.0.0",