From 81d3a765185886d104b2a156d191f76b0bf1b415 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 8 Feb 2026 16:44:20 +0100 Subject: [PATCH] chore: bump Bun to 1.3.9 --- .github/actions/install-dependencies/action.yml | 2 +- Dockerfile | 2 +- bun.lock | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index f838c8a4..dfd937cc 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -8,7 +8,7 @@ runs: - uses: oven-sh/setup-bun@v2 name: Install Bun with: - bun-version: "1.3.6" + bun-version: "1.3.9" - name: Install dependencies shell: bash diff --git a/Dockerfile b/Dockerfile index 6686daaa..a743cf9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUN_VERSION="1.3.6" +ARG BUN_VERSION="1.3.9" FROM oven/bun:${BUN_VERSION}-alpine AS base diff --git a/bun.lock b/bun.lock index b48f585e..01c3424b 100644 --- a/bun.lock +++ b/bun.lock @@ -78,7 +78,7 @@ "@tanstack/react-query-devtools": "^5.91.2", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.6", + "@types/bun": "^1.3.8", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", diff --git a/package.json b/package.json index fdf8ae34..988f4554 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@tanstack/react-query-devtools": "^5.91.2", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.6", + "@types/bun": "^1.3.8", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", @@ -123,5 +123,5 @@ "overrides": { "esbuild": "^0.27.2" }, - "packageManager": "bun@1.3.6" + "packageManager": "bun@1.3.9" }