From: Lucas Di Pentima Date: Tue, 2 Nov 2021 13:04:48 +0000 (-0300) Subject: 18318: Updates the nokogiri dependency on API & WB1. X-Git-Tag: 2.4.0~181^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3a822f9f2f0907fd1bdb530390772b7e0f46c9cb 18318: Updates the nokogiri dependency on API & WB1. Addresses https://nvd.nist.gov/vuln/detail/CVE-2021-41098 Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock index ab9256a386..13c4430965 100644 --- a/apps/workbench/Gemfile.lock +++ b/apps/workbench/Gemfile.lock @@ -178,7 +178,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) mini_mime (1.1.0) - mini_portile2 (2.5.3) + mini_portile2 (2.6.1) minitest (5.10.3) mocha (1.8.0) metaclass (~> 0.0.1) @@ -194,8 +194,8 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nio4r (2.5.7) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) npm-rails (0.2.1) rails (>= 3.2) @@ -214,7 +214,7 @@ GEM multi_json (~> 1.0) websocket-driver (>= 0.2.0) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-mini-profiler (1.0.2) rack (>= 1.2.0) diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock index 6e149d45af..bdf7911534 100644 --- a/services/api/Gemfile.lock +++ b/services/api/Gemfile.lock @@ -142,7 +142,7 @@ GEM metaclass (0.0.4) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.5.3) + mini_portile2 (2.6.1) minitest (5.10.3) mocha (1.8.0) metaclass (~> 0.0.1) @@ -156,8 +156,8 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nio4r (2.5.7) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) oj (3.9.2) optimist (3.0.0) @@ -168,7 +168,7 @@ GEM pg (1.1.4) power_assert (1.1.4) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3)