From 1c206da44c1494c717e2949dde1af14fc10bad40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:43:37 +0000 Subject: [PATCH] chore(deps): update dependency bun to v1.4.1 --- .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..4c6af8a 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.1 - name: Install dependencies run: bun install --frozen-lockfile diff --git a/package.json b/package.json index 694e9b1..703a633 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.1" }