From e1a184aca0c8f04b5ec4dee941073743c55e7cff Mon Sep 17 00:00:00 2001 From: Harsh Mahajan Date: Mon, 9 Mar 2026 11:32:04 +0530 Subject: [PATCH] fix inconsitency in bun.lock --- bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index db448d498..0a5f69472 100644 --- a/bun.lock +++ b/bun.lock @@ -76,7 +76,7 @@ }, }, "overrides": { - "immutable": ">=5.1.5", + "immutable": "^5.1.5", "minimatch": "10.2.3", "vite": "npm:rolldown-vite@latest", },