From 9f5d8eb3fb86ac8de78b23df515ec27f0e416601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:31:11 +0000 Subject: [PATCH 1/5] ci(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/dependabot-cocoapods.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 220198d..fdc4363 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Setup Node.js uses: actions/setup-node@v6 @@ -40,7 +40,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/dependabot-cocoapods.yml b/.github/workflows/dependabot-cocoapods.yml index 5b3c2bb..2745947 100644 --- a/.github/workflows/dependabot-cocoapods.yml +++ b/.github/workflows/dependabot-cocoapods.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Use a token that can trigger workflows token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6b3c2db..83749a8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0003743..3d17030 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📋 Extract release notes from CHANGELOG id: changelog diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 18a5989..478a27c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -21,7 +21,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🔍 Dependency Review uses: actions/dependency-review-action@v4 @@ -34,7 +34,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Setup Node.js uses: actions/setup-node@v6 @@ -54,7 +54,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -89,7 +89,7 @@ jobs: steps: - name: 📥 Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🔍 Check for sensitive files run: | From 102f6b94cf37ca33ca79bd5406a5a11f1aa6ec14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:31:13 +0000 Subject: [PATCH 2/5] ci(deps): Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0003743..28b9f2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: 🚀 Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ github.ref_name }} body: ${{ steps.changelog.outputs.notes }} From f019e4528d309eb46320a598d5111c584e128e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:31:17 +0000 Subject: [PATCH 3/5] ci(deps): Bump actions/dependency-review-action from 4 to 5 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4 to 5. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 18a5989..fe5aab2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v6 - name: 🔍 Dependency Review - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: fail-on-severity: high From 67f7600c307d5502ecd8318a792a6af3a0fa1673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:31:20 +0000 Subject: [PATCH 4/5] ci(deps): Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-cocoapods.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-cocoapods.yml b/.github/workflows/dependabot-cocoapods.yml index 5b3c2bb..f358602 100644 --- a/.github/workflows/dependabot-cocoapods.yml +++ b/.github/workflows/dependabot-cocoapods.yml @@ -39,7 +39,7 @@ jobs: run: npm ci - name: Cache CocoaPods - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ios/Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} From f6b8aa0ddc59d11e27efa274da64d4fc962afef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:31:34 +0000 Subject: [PATCH 5/5] chore(deps-android)(deps): Bump gradle-wrapper in /android Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.3.0 to 9.6.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.3.0...v9.6.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/gradle/wrapper/gradle-wrapper.properties | 2 +- android/gradlew | 4 ++-- android/gradlew.bat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 11863a0..eb84db6 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/android/gradlew b/android/gradlew index b9bb139..249efbb 100755 --- a/android/gradlew +++ b/android/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/android/gradlew.bat b/android/gradlew.bat index aa5f10b..8508ef6 100644 --- a/android/gradlew.bat +++ b/android/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel