From c5bca631451e4d06c0aa25d40c7f7c23b0c82161 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Mon, 24 Nov 2025 17:15:11 +0100 Subject: [PATCH] increase bun version --- .bun-version | 2 +- bun.lock | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bun-version b/.bun-version index 589268e6f..785cda807 100644 --- a/.bun-version +++ b/.bun-version @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.3 \ No newline at end of file diff --git a/bun.lock b/bun.lock index 9b449354c..6dd175b61 100644 --- a/bun.lock +++ b/bun.lock @@ -210,6 +210,8 @@ "dotenv": "^10.0.0", "graphql-request": "5.0.0", "jest": "27.2.4", + "mkdirp": "^3.0.1", + "ncp": "^2.0.0", "type-graphql": "^1.1.1", "typescript": "^4.9.5", },