diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index dfd937c..f838c8a 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.9" + bun-version: "1.3.6" - name: Install dependencies shell: bash diff --git a/Dockerfile b/Dockerfile index f069687..d60fda6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUN_VERSION="1.3.9" +ARG BUN_VERSION="1.3.6" FROM oven/bun:${BUN_VERSION}-alpine AS base diff --git a/bun.lock b/bun.lock index 2d09c9d..4e93d60 100644 --- a/bun.lock +++ b/bun.lock @@ -78,14 +78,14 @@ "@tailwindcss/vite": "^4.1.18", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.9", + "@types/bun": "^1.3.6", "@types/node": "^25.2.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/semver": "^7.7.1", "@vitejs/plugin-react": "^5.1.4", "babel-plugin-react-compiler": "^1.0.0", - "bun-types": "^1.3.9", + "bun-types": "^1.3.6", "dotenv-cli": "^11.0.0", "drizzle-kit": "^1.0.0-beta.12-a5629fb", "lightningcss": "^1.31.1", diff --git a/package.json b/package.json index 15ea288..35765d8 100644 --- a/package.json +++ b/package.json @@ -99,14 +99,14 @@ "@tailwindcss/vite": "^4.1.18", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "@types/bun": "^1.3.9", + "@types/bun": "^1.3.6", "@types/node": "^25.2.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/semver": "^7.7.1", "@vitejs/plugin-react": "^5.1.4", "babel-plugin-react-compiler": "^1.0.0", - "bun-types": "^1.3.9", + "bun-types": "^1.3.6", "dotenv-cli": "^11.0.0", "drizzle-kit": "^1.0.0-beta.12-a5629fb", "lightningcss": "^1.31.1", @@ -126,5 +126,5 @@ "overrides": { "esbuild": "^0.27.2" }, - "packageManager": "bun@1.3.9" + "packageManager": "bun@1.3.6" }