From 6a1858ac226f1bd8d1531353229cc1fa22f18ba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:31:59 +0000 Subject: [PATCH] chore(deps): update dependency bun to v1.4.0 --- .github/workflows/quality.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 2d36348..2e42e3f 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Bun uses: oven-sh/setup-bun@v2 with: - bun-version: 1.3.14 + bun-version: 1.4.0 - name: Install dependencies run: bun install --frozen-lockfile diff --git a/package.json b/package.json index 694e9b1..7849036 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "tailwindcss": "^4.3.3", "typescript": "6.0.3" }, - "packageManager": "bun@1.3.14" + "packageManager": "bun@1.4.0" }