From f62ae222caf8d4aef1f699ba382b83deb540c9e6 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 29 Jan 2026 22:56:33 +0100 Subject: [PATCH] chore: bump bun to 1.3.8 --- .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..50533005 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.8" - name: Install dependencies shell: bash diff --git a/Dockerfile b/Dockerfile index f1d1b48b..a350928d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUN_VERSION="1.3.6" +ARG BUN_VERSION="1.3.8" FROM oven/bun:${BUN_VERSION}-alpine AS base diff --git a/bun.lock b/bun.lock index 611c207a..473fb7b7 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.7", + "@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 993e3019..7edb1270 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.7", + "@types/bun": "^1.3.8", "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", @@ -120,5 +120,5 @@ "overrides": { "esbuild": "^0.27.2" }, - "packageManager": "bun@1.3.6" + "packageManager": "bun@1.3.8" }