From cd34be104ad99472032fffb22f029b62de7ca21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:38:21 +0000 Subject: [PATCH] Bump jwt from 2.2.2 to 2.10.3 in /falcon/app Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.2.2 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.2.2...v2.10.3) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- falcon/app/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/falcon/app/Gemfile.lock b/falcon/app/Gemfile.lock index 9c7bf8e4..529abfd9 100644 --- a/falcon/app/Gemfile.lock +++ b/falcon/app/Gemfile.lock @@ -30,6 +30,7 @@ GEM aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.3.0) claide (1.0.3) cocoapods (1.10.0) addressable (~> 2.6) @@ -186,7 +187,8 @@ GEM concurrent-ruby (~> 1.0) jmespath (1.4.0) json (2.5.1) - jwt (2.2.2) + jwt (2.10.3) + base64 memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.0.2)