From f4eceae5076711d0839e4c8d53d5d27cdb54894f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Apr 2023 14:32:06 +0000 Subject: [PATCH] fix: Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-1244518 --- Gemfile.lock | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 87ed2c2..a09550c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,15 +2,16 @@ GEM remote: https://rubygems.org/ specs: ansi (1.5.0) - ast (2.4.1) + ast (2.4.2) diff-lcs (1.4.4) docile (1.3.2) - parallel (1.19.2) - parser (2.7.1.4) + json (2.6.3) + parallel (1.22.1) + parser (3.2.2.0) ast (~> 2.4.1) - rainbow (3.0.0) - regexp_parser (1.7.1) - rexml (3.2.4) + rainbow (3.1.1) + regexp_parser (2.7.0) + rexml (3.2.5) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -24,18 +25,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - rubocop (0.88.0) + rubocop (1.42.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.1.1) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) - rexml - rubocop-ast (>= 0.1.0, < 1.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.1.0) - parser (>= 2.7.0.1) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.28.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.13.0) simplecov (0.18.5) docile (~> 1.1) simplecov-html (~> 0.11) @@ -46,7 +48,7 @@ GEM simplecov-html (0.12.2) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) PLATFORMS ruby