From 5e329aab0a7a96fde07bd5c62280f60e24312c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 31 Mar 2026 21:29:49 +0200 Subject: [PATCH] chore(deps): widen TypeScript range in bun.lock --- bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index c9d8327..301714e 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@astrojs/check": "^0.9.8", "@astrojs/rss": "^4.0.18", "astro": "^6.1.1", - "typescript": "6.0.2", + "typescript": "^6.0.2", }, }, },