From ab5dd327441b37b944e1bfb240c2a6a07f2be32f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 23:53:33 +0000 Subject: [PATCH] fix: record-and-playback/core/Gemfile & record-and-playback/core/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- record-and-playback/core/Gemfile | 2 +- record-and-playback/core/Gemfile.lock | 27 +++++++++++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 5dc2a16941..b4bb8c5496 100644 --- a/record-and-playback/core/Gemfile +++ b/record-and-playback/core/Gemfile @@ -38,6 +38,6 @@ gem 'rake', '>= 12.3', '<14' gem 'tzinfo', '>= 1.2.10' group :test, optional: true do - gem 'rubocop', '~> 1.31.1' + gem 'rubocop', '~> 1.32.0' gem 'minitest', '~> 5.14.1' end diff --git a/record-and-playback/core/Gemfile.lock b/record-and-playback/core/Gemfile.lock index 13da8fa428..c8db7dca9a 100644 --- a/record-and-playback/core/Gemfile.lock +++ b/record-and-playback/core/Gemfile.lock @@ -22,7 +22,7 @@ GEM journald-logger (3.1.0) journald-native (~> 1.0) journald-native (1.0.12) - json (2.6.3) + json (2.7.2) jwt (2.5.0) locale (2.1.3) loofah (2.20.0) @@ -39,9 +39,10 @@ GEM racc (~> 1.4) open4 (1.3.4) optimist (3.0.1) - parallel (1.22.1) - parser (3.1.3.0) + parallel (1.24.0) + parser (3.3.1.0) ast (~> 2.4.1) + racc racc (1.7.3) rack (2.2.8) rack-protection (3.1.0) @@ -53,26 +54,27 @@ GEM redis (4.8.1) redis-namespace (1.11.0) redis (>= 4) - regexp_parser (2.6.1) + regexp_parser (2.9.2) resque (2.6.0) mono_logger (~> 1.0) multi_json (~> 1.0) redis-namespace (~> 1.6) sinatra (>= 0.9.2) - rexml (3.2.5) - rubocop (1.31.2) + rexml (3.2.8) + strscan (>= 3.0.9) + rubocop (1.32.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.18.0, < 2.0) + rubocop-ast (>= 1.19.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.0) - parser (>= 3.1.1.0) - ruby-progressbar (1.11.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) sinatra (3.1.0) @@ -80,10 +82,11 @@ GEM rack (~> 2.2, >= 2.2.4) rack-protection (= 3.1.0) tilt (~> 2.0) + strscan (3.1.0) tilt (2.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.3.0) + unicode-display_width (2.5.0) PLATFORMS ruby @@ -106,7 +109,7 @@ DEPENDENCIES rb-inotify (~> 0.10) redis (~> 4.1) resque (~> 2.6, >= 2.6.0) - rubocop (~> 1.31.1) + rubocop (~> 1.32.0) rubyzip (~> 2.0) tzinfo (>= 1.2.10)