From abdeb4f8f73564d30f01d6ba57f8daf0de932706 Mon Sep 17 00:00:00 2001 From: Brian Kelly Date: Wed, 30 Apr 2025 16:54:32 -0500 Subject: [PATCH] Upgrade Nokogiri and net-imap for CVEs --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e082964..43841a41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM uri net-http-persistent (4.0.2) connection_pool (~> 2.2) - net-imap (0.5.6) + net-imap (0.5.8) date net-protocol net-pop (0.1.2) @@ -324,9 +324,9 @@ GEM net-ssh (7.2.0) newrelic_rpm (9.11.0) nio4r (2.7.4) - nokogiri (1.18.7-arm64-darwin) + nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.7-x86_64-linux-gnu) + nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0)