diff --git a/dpc-admin/Gemfile.lock b/dpc-admin/Gemfile.lock index 6185e0fb14..9818ef0052 100644 --- a/dpc-admin/Gemfile.lock +++ b/dpc-admin/Gemfile.lock @@ -207,7 +207,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) luhnacy (0.2.2) @@ -227,7 +227,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0507) mini_mime (1.1.5) - mini_portile2 (2.8.6) + mini_portile2 (2.8.8) minitest (5.25.1) msgpack (1.7.2) multi_json (1.15.0) @@ -246,7 +246,7 @@ GEM net-protocol newrelic_rpm (8.16.0) nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (1.4.11) @@ -288,7 +288,7 @@ GEM public_suffix (5.0.5) puma (6.4.3) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.1) rack (2.2.8.1) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -308,9 +308,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.4.1) actionpack (= 7.1.4.1) activesupport (= 7.1.4.1) diff --git a/dpc-portal/Gemfile.lock b/dpc-portal/Gemfile.lock index 47d422a34b..60b4871370 100644 --- a/dpc-portal/Gemfile.lock +++ b/dpc-portal/Gemfile.lock @@ -278,7 +278,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) lookbook (2.3.2) @@ -310,7 +310,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0820) mini_mime (1.1.5) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) minitest (5.25.1) msgpack (1.7.2) multi_json (1.15.0) @@ -332,7 +332,7 @@ GEM net-protocol newrelic_rpm (8.16.0) nio4r (2.7.3) - nokogiri (1.16.7) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (2.0.9) @@ -410,9 +410,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.4.1) actionpack (= 7.1.4.1) activesupport (= 7.1.4.1) diff --git a/dpc-web/Gemfile.lock b/dpc-web/Gemfile.lock index c803688728..d1949d1e40 100644 --- a/dpc-web/Gemfile.lock +++ b/dpc-web/Gemfile.lock @@ -225,7 +225,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) luhnacy (0.2.2) @@ -245,7 +245,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0507) mini_mime (1.1.5) - mini_portile2 (2.8.6) + mini_portile2 (2.8.8) minitest (5.25.1) msgpack (1.7.2) multi_json (1.15.0) @@ -264,7 +264,7 @@ GEM net-protocol newrelic_rpm (8.16.0) nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (1.4.11) @@ -289,7 +289,7 @@ GEM public_suffix (5.0.5) puma (6.4.3) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.1) rack (2.2.8.1) rack-session (1.0.2) rack (< 3) @@ -306,9 +306,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.4.1) actionpack (= 7.1.4.1) activesupport (= 7.1.4.1)