From 06726f041a8d1701feadb1ffb4a40a723d9e7b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:05:10 +0000 Subject: [PATCH] Bump jwt from 2.7.1 to 2.10.3 in /app/iosApp Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.7.1 to 2.10.3. - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v2.7.1...v2.10.3) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app/iosApp/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/iosApp/Gemfile.lock b/app/iosApp/Gemfile.lock index 990af33d..4062e4bc 100644 --- a/app/iosApp/Gemfile.lock +++ b/app/iosApp/Gemfile.lock @@ -24,6 +24,7 @@ GEM aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.3.0) claide (1.1.0) colored (1.2) colored2 (3.1.2) @@ -150,7 +151,8 @@ GEM httpclient (2.8.3) jmespath (1.6.2) json (2.6.3) - jwt (2.7.1) + jwt (2.10.3) + base64 memoist (0.16.2) mini_magick (4.12.0) mini_mime (1.1.2)