From 7ea3c6cb0859c9b5cb0449ec90f73634b1502f7c Mon Sep 17 00:00:00 2001 From: zk Date: Fri, 19 Jun 2026 15:59:40 +0100 Subject: [PATCH] fix: bun lock update (#1690) --- bun.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 9ef597462..9629e0185 100644 --- a/bun.lock +++ b/bun.lock @@ -371,7 +371,7 @@ "fast-xml-parser": "catalog:", "helmet": "catalog:", "html-entities": "catalog:", - "ioredis": "^5.11.1", + "ioredis": "catalog:", "kysely": "catalog:", "lodash": "catalog:", "multer": "catalog:", @@ -516,6 +516,7 @@ "html-entities": "^2.3.2", "humanize-duration": "^3.27.1", "iconv-lite": "^0.6.3", + "ioredis": "^5.11.1", "istanbul-lib-coverage": "^3.2.2", "kysely": "^0.27.5", "lodash": "^4.17.23",