From 152de62306f6b089ccbde1b6787998eb630cf589 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:40:43 +0000 Subject: [PATCH 1/4] =?UTF-8?q?ci(github-action):=20update=20action=20soft?= =?UTF-8?q?props/action-gh-release=20(b430933=20=E2=86=92=20718ea10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index ffd0554..07615f6 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -162,7 +162,7 @@ jobs: # ---- Upload release APK to GitHub Release ---- - name: Upload Release APK if: github.event_name == 'release' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: files: | android/app/build/outputs/apk/release/*.apk @@ -181,7 +181,7 @@ jobs: # ---- Upload AAB to GitHub Release ---- - name: Upload Release AAB if: github.event_name == 'release' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: files: android/app/build/outputs/bundle/release/*.aab From e248b6b41b5aba7896d4bc426dc147ccb65c387d Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:40:50 +0000 Subject: [PATCH 2/4] =?UTF-8?q?ci(github-action):=20update=20action=20miso?= =?UTF-8?q?space/pr-reviewer-action=20(v2.0.1=20=E2=86=92=20v2.0.5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-pr-review.yaml | 2 +- .github/workflows/android-release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ai-pr-review.yaml b/.github/workflows/ai-pr-review.yaml index e576712..bc79908 100644 --- a/.github/workflows/ai-pr-review.yaml +++ b/.github/workflows/ai-pr-review.yaml @@ -39,7 +39,7 @@ jobs: - name: Review PR with reusable AI reviewer if: github.event_name == 'pull_request' id: review - uses: misospace/pr-reviewer-action@75d38fbc0a6098eb253a9c8a2c28ad1c20f268fb # v2.0.1 + uses: misospace/pr-reviewer-action@b36ea146c6563a3f49a5b9a232d411f6cf970474 # v2.0.5 with: github_token: ${{ steps.app-token.outputs.token }} ai_primary_retries: "3" diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 07615f6..ffd0554 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -162,7 +162,7 @@ jobs: # ---- Upload release APK to GitHub Release ---- - name: Upload Release APK if: github.event_name == 'release' - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: files: | android/app/build/outputs/apk/release/*.apk @@ -181,7 +181,7 @@ jobs: # ---- Upload AAB to GitHub Release ---- - name: Upload Release AAB if: github.event_name == 'release' - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: files: android/app/build/outputs/bundle/release/*.aab From 47a22192bd608e3fb1e425ac0355755da84bdbd5 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:40:58 +0000 Subject: [PATCH 3/4] =?UTF-8?q?ci(github-action):=20update=20action=20acti?= =?UTF-8?q?ons/setup-java=20(v5.3.0=20=E2=86=92=20v5.4.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-pr-review.yaml | 2 +- .github/workflows/android-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-pr-review.yaml b/.github/workflows/ai-pr-review.yaml index bc79908..e576712 100644 --- a/.github/workflows/ai-pr-review.yaml +++ b/.github/workflows/ai-pr-review.yaml @@ -39,7 +39,7 @@ jobs: - name: Review PR with reusable AI reviewer if: github.event_name == 'pull_request' id: review - uses: misospace/pr-reviewer-action@b36ea146c6563a3f49a5b9a232d411f6cf970474 # v2.0.5 + uses: misospace/pr-reviewer-action@75d38fbc0a6098eb253a9c8a2c28ad1c20f268fb # v2.0.1 with: github_token: ${{ steps.app-token.outputs.token }} ai_primary_retries: "3" diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index ffd0554..d10e38e 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -38,7 +38,7 @@ jobs: node-version: '24' - name: Setup Java - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 with: distribution: temurin java-version: '21' From 49e42aa506882d72d40b527f8d11abd8133c2d5e Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:40:48 +0000 Subject: [PATCH 4/4] =?UTF-8?q?feat(deps):=20update=20dependency=20redis?= =?UTF-8?q?=20(6.0.1=20=E2=86=92=206.1.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-release.yml | 2 +- package-lock.json | 71 ++++++++++----------------- 2 files changed, 28 insertions(+), 45 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index d10e38e..ffd0554 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -38,7 +38,7 @@ jobs: node-version: '24' - name: Setup Java - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: distribution: temurin java-version: '21' diff --git a/package-lock.json b/package-lock.json index 49e11cf..3250d01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,9 +27,6 @@ "passport-openidconnect": "^0.1.2", "redis": "^6.0.0", "ws": "^8.18.0" - }, - "devDependencies": { - "typescript": "^6.0.0" } }, "node_modules/@capacitor/android": { @@ -261,21 +258,21 @@ } }, "node_modules/@redis/bloom": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-6.0.1.tgz", - "integrity": "sha512-6ys5hhea+47n7o97ZFI4GvdzTQk/arIsXZgH159l6IVtJ4rZaB+KVdAfwvIxlmGA7z+NNlO8UxjTeQrenqjZcQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-6.1.0.tgz", + "integrity": "sha512-Rzascjd9J9bJsM45T/Z9CTg1QY/B63B6YO8QorLVMeXnbBDsKiSCVR/+GQ061hYPk8FpTzWmPY8tAv2sT+JEtQ==", "license": "MIT", "engines": { "node": ">= 20.0.0" }, "peerDependencies": { - "@redis/client": "^6.0.1" + "@redis/client": "^6.1.0" } }, "node_modules/@redis/client": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@redis/client/-/client-6.0.1.tgz", - "integrity": "sha512-SwYl64hKHE/NeO2VSSG1y/4zIm0cNepyOZtQrOpLiNRHmH2FdWBOecNzsLiXCQdFCF9MCyoPXwAbaG2iMO0A7Q==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@redis/client/-/client-6.1.0.tgz", + "integrity": "sha512-7u1LefkezJF0HESlhO7ZFLEPfyY+NejP3SGv+Z4pGaT3oM5GVVLa0u3f4rDLUrcw+SRo8IlX9Y8JAONeDdg1Ag==", "license": "MIT", "dependencies": { "cluster-key-slot": "1.1.2" @@ -297,39 +294,39 @@ } }, "node_modules/@redis/json": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@redis/json/-/json-6.0.1.tgz", - "integrity": "sha512-KD1OztCYh7O9TkKMU9qZcFIKoudIGqmgXsOhQVq5A3REGrnl+wg0kporQFQCO+fcxe/nhvDgmBtXrm3diPGczA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@redis/json/-/json-6.1.0.tgz", + "integrity": "sha512-/GFjQA6bu5pG9ClCJAI5Xx4bNXe7UTpxBBlIupBNTrn1+nY860apGnYJuaSCDV2BmEbTidpa7O2qa28oxKx+rg==", "license": "MIT", "engines": { "node": ">= 20.0.0" }, "peerDependencies": { - "@redis/client": "^6.0.1" + "@redis/client": "^6.1.0" } }, "node_modules/@redis/search": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@redis/search/-/search-6.0.1.tgz", - "integrity": "sha512-G09OujS3eOtQnP7kZC5eZTiazwgeimlo6Pf3vHnE1jO7rfqrtmMI0R1/ZXfzoW8p9vB4QiH538aEsWaHKd8l5w==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@redis/search/-/search-6.1.0.tgz", + "integrity": "sha512-kS5agg+3yZbrdrt8omrew7FLCD8eOm7tarG1CROekPBRe+QGDR9aOpnHIQaYsYi6wPRTH70nQiF06AIjgURefQ==", "license": "MIT", "engines": { "node": ">= 20.0.0" }, "peerDependencies": { - "@redis/client": "^6.0.1" + "@redis/client": "^6.1.0" } }, "node_modules/@redis/time-series": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@redis/time-series/-/time-series-6.0.1.tgz", - "integrity": "sha512-8aLGSDtCpnPTLD7lEiHHmuDCFppctLdT8geFIDf/7LWV9y8Vre6RB+aBZrgkeo3X1oPmTt1IbVAQVxsuJvkODw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@redis/time-series/-/time-series-6.1.0.tgz", + "integrity": "sha512-uIDBtV8MmG/xpJsRqbGSO4iX6ryj37MLMP82lRpFvI7ykAVe5GyqgxigEbU+uZNv9kDPNMKw3dvI/S/J1BNBzA==", "license": "MIT", "engines": { "node": ">= 20.0.0" }, "peerDependencies": { - "@redis/client": "^6.0.1" + "@redis/client": "^6.1.0" } }, "node_modules/@types/fs-extra": { @@ -2049,16 +2046,16 @@ } }, "node_modules/redis": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/redis/-/redis-6.0.1.tgz", - "integrity": "sha512-54FoTBdFw10Y602pShvk8CGJlSH55nY+CNAZaVk8YdxY3rENihdYm2lXrujrtupYTHyrVSZUxOdeStNQbNvnQg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/redis/-/redis-6.1.0.tgz", + "integrity": "sha512-0kvUPM8RHP/ZMa0xYaDTcG5e8tIGW6kz6MToVT0V8iOnk6bkXp2jncGRGe2bZEk41lZwiDspUqjZCSk5ohjcKw==", "license": "MIT", "dependencies": { - "@redis/bloom": "6.0.1", - "@redis/client": "6.0.1", - "@redis/json": "6.0.1", - "@redis/search": "6.0.1", - "@redis/time-series": "6.0.1" + "@redis/bloom": "6.1.0", + "@redis/client": "6.1.0", + "@redis/json": "6.1.0", + "@redis/search": "6.1.0", + "@redis/time-series": "6.1.0" }, "engines": { "node": ">= 20.0.0" @@ -2563,20 +2560,6 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", "license": "MIT" }, - "node_modules/typescript": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/uid-safe": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",