From 52daafecb2a0297ec2a4819f21e6a00919f5eb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:21:53 +0000 Subject: [PATCH] Bump jwt from 2.7.1 to 3.2.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.7.1 to 3.2.0. - [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...v3.2.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bfa4428da..3ed19619e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,8 @@ GEM public_suffix (>= 2.0.2, < 7.0) ansi_stream (0.0.6) ast (2.4.3) + auth-sanitizer (0.1.2) + version_gem (~> 1.1, >= 1.1.9) autoprefixer-rails (6.4.1.1) execjs axiom-types (0.1.1) @@ -200,7 +202,8 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.10.2) - jwt (2.7.1) + jwt (3.2.0) + base64 lodash-rails (4.17.21) railties (>= 3.1) logger (1.7.0) @@ -236,13 +239,15 @@ GEM racc (~> 1.4) nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) - oauth2 (2.0.9) - faraday (>= 0.17.3, < 3.0) - jwt (>= 1.0, < 3.0) + oauth2 (2.0.19) + auth-sanitizer (~> 0.1) + faraday (>= 0.17.3, < 4.0) + jwt (>= 1.0, < 4.0) + logger (~> 1.2) multi_xml (~> 0.5) rack (>= 1.2, < 4) - snaky_hash (~> 2.0) - version_gem (~> 1.1) + snaky_hash (~> 2.0, >= 2.0.3) + version_gem (~> 1.1, >= 1.1.9) octokit (5.6.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -361,9 +366,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - snaky_hash (2.0.1) - hashie - version_gem (~> 1.1, >= 1.1.1) + snaky_hash (2.0.4) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) sprockets (3.7.3) base64 concurrent-ruby (~> 1.0) @@ -395,7 +400,7 @@ GEM validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix - version_gem (1.1.3) + version_gem (1.1.9) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0)