From 05646333f74817539a6a6d81fa788237c07f609c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:44:57 +0000 Subject: [PATCH] Bump jwt from 2.8.2 to 2.9.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.8.2 to 2.9.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.8.2...v2.9.0) --- updated-dependencies: - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9cda4f33c2..3e2162ae5b 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem 'omniauth_openid_connect', '~> 0.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0.2' # Json webtokens -gem 'jwt', '~> 2.8.2' +gem 'jwt', '~> 2.9.0' # contact mail form gem 'hcaptcha', '~> 7.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 433d694b24..d8ea47beee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,7 @@ GEM hana (~> 1.3) regexp_parser (~> 2.0) simpleidn (~> 0.2) - jwt (2.8.2) + jwt (2.9.0) base64 kramdown (2.4.0) rexml @@ -598,7 +598,7 @@ DEPENDENCIES jbuilder (~> 2.12.0) jsbundling-rails (~> 1.3.1) json_schemer (~> 2.3.0) - jwt (~> 2.8.2) + jwt (~> 2.9.0) kramdown (~> 2.4.0) kramdown-parser-gfm (~> 1.1.0) letter_opener (~> 1.10.0)