From ade658ad86e7f52123fd7013180206271d168ee5 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Mon, 15 Apr 2024 14:07:37 -0700 Subject: [PATCH] chore: [Snyk] Fix for 1 vulnerabilities (#9229) fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 Co-authored-by: snyk-bot --- Gemfile | 4 ++-- Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 7f44af03d..0dac6e95f 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'webpacker' gem 'barnes' ##--- gems for authentication & authorization ---## -gem 'devise', '>= 4.9.3' +gem 'devise', '>= 4.9.4' gem 'devise-secure_password', git: 'https://github.com/chatwoot/devise-secure_password', branch: 'chatwoot' gem 'devise_token_auth' # authorization @@ -203,7 +203,7 @@ group :development do gem 'rack-mini-profiler', '>= 3.2.0', require: false gem 'stackprof' # Should install the associated chrome extension to view query logs - gem 'meta_request' + gem 'meta_request', '>= 0.8.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0f1595a72..55021a04b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM multi_json (~> 1) statsd-ruby (~> 1.1) base64 (0.1.1) - bcrypt (3.1.19) + bcrypt (3.1.20) bindex (0.8.1) blingfire (0.1.8) bootsnap (1.16.0) @@ -194,7 +194,7 @@ GEM irb (>= 1.5.0) reline (>= 0.3.1) declarative (0.0.20) - devise (4.9.3) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -366,7 +366,7 @@ GEM mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -452,17 +452,17 @@ GEM marcel (1.0.2) maxminddb (0.1.22) memoist (0.16.2) - meta_request (0.7.4) + meta_request (0.8.2) rack-contrib (>= 1.1, < 3) - railties (>= 3.0.0, < 7.1) + railties (>= 3.0.0, < 8) method_source (1.0.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) mini_magick (4.12.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.21.2) + mini_portile2 (2.8.6) + minitest (5.22.3) mock_redis (0.36.0) ruby2_keywords msgpack (1.7.0) @@ -491,14 +491,14 @@ GEM newrelic_rpm (9.6.0) base64 nio4r (2.7.0) - nokogiri (1.16.2) + nokogiri (1.16.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.2-arm64-darwin) + nokogiri (1.16.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) numo-narray (0.9.2.1) oauth (1.1.0) @@ -608,7 +608,7 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -769,7 +769,7 @@ GEM stripe (8.5.0) telephone_number (1.4.20) test-prof (1.2.1) - thor (1.3.0) + thor (1.3.1) tilt (2.3.0) time_diff (0.3.0) activesupport @@ -828,7 +828,7 @@ GEM working_hours (1.4.1) activesupport (>= 3.2) tzinfo - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS arm64-darwin-20 @@ -867,7 +867,7 @@ DEPENDENCIES database_cleaner ddtrace debug (~> 1.8) - devise (>= 4.9.3) + devise (>= 4.9.4) devise-secure_password! devise_token_auth dotenv-rails @@ -905,7 +905,7 @@ DEPENDENCIES listen lograge (~> 0.14.0) maxminddb - meta_request + meta_request (>= 0.8.0) mock_redis neighbor net-smtp (~> 0.3.4)