From d8e47a39817f223882d162cd1ed998d419f2d270 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Aug 2024 08:19:44 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index eeb022497..2dd652a47 100644 --- a/Gemfile +++ b/Gemfile @@ -167,7 +167,7 @@ gem 'audited', '~> 5.4', '>= 5.4.1' # need for google auth gem 'omniauth', '>= 2.1.2' -gem 'omniauth-google-oauth2', '>= 1.1.2' +gem 'omniauth-google-oauth2', '>= 1.1.3' gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2' ## Gems for reponse bot diff --git a/Gemfile.lock b/Gemfile.lock index af2b10324..d42588187 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,8 +237,9 @@ GEM railties (>= 5.0.0) faker (3.2.0) i18n (>= 1.8.11, < 2) - faraday (2.9.0) - faraday-net_http (>= 2.0, < 3.2) + faraday (2.11.0) + faraday-net_http (>= 2.0, < 3.4) + logger faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) faraday-mashify (0.1.1) @@ -246,7 +247,7 @@ GEM hashie faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (3.1.0) + faraday-net_http (3.3.0) net-http faraday-net_http_persistent (2.1.0) faraday (~> 2.5) @@ -392,7 +393,7 @@ GEM hana (~> 1.3) regexp_parser (~> 2.0) uri_template (~> 0.7) - jwt (2.8.1) + jwt (2.8.2) base64 kaminari (1.2.2) activesupport (>= 4.1.0) @@ -434,6 +435,7 @@ GEM llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) @@ -465,7 +467,8 @@ GEM ruby2_keywords msgpack (1.7.0) multi_json (1.15.0) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) multipart-post (2.3.0) neighbor (0.2.3) activerecord (>= 5.2) @@ -515,7 +518,7 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-google-oauth2 (1.1.2) + omniauth-google-oauth2 (1.1.3) jwt (>= 2.0) oauth2 (~> 2.0) omniauth (~> 2.0) @@ -789,7 +792,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (2.4.2) uniform_notifier (1.16.0) - uri (0.13.0) + uri (0.13.1) uri_template (0.7.0) valid_email2 (4.0.6) activemodel (>= 3.2) @@ -905,7 +908,7 @@ DEPENDENCIES newrelic-sidekiq-metrics (>= 1.6.2) newrelic_rpm omniauth (>= 2.1.2) - omniauth-google-oauth2 (>= 1.1.2) + omniauth-google-oauth2 (>= 1.1.3) omniauth-oauth2 omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2) pg