From c1f934242d1aac033602b779a56237f89bd4c4c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:04:33 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 21f505a..4c532d9 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,7 +126,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install @@ -244,7 +244,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install diff --git a/package.json b/package.json index 72579c2..7070597 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "lru-cache": "^11.2.2", "mitata": "^1.0.34", "node-cache": "^5.1.2", - "redis": "^5.9.0", + "redis": "^5.10.0", "ts-clone": "^0.1.1", "typescript": "^5.9.3" },