From 3c7c271e4c3fff38fa7bd05c7ed3c3739ace156c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 10:02:36 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674179 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674176 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674184 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674192 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674188 --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 4d399819..c392c21c 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,6 @@ gem "jekyll-llmstxt" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'html-proofer', '~> 3.19', '>= 3.19.4' +gem 'html-proofer', '~> 4.0', '>= 4.0.0' gem "webrick", "~> 1.8", ">= 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index f7c1e7b9..1862b2c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,12 +8,12 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - html-proofer (3.19.4) + html-proofer (4.4.3) addressable (~> 2.3) mercenary (~> 0.3) nokogiri (~> 1.13) @@ -21,6 +21,7 @@ GEM rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) + zeitwerk (~> 2.5) http_parser.rb (0.8.0) i18n (1.14.5) concurrent-ruby (~> 1.0) @@ -54,19 +55,19 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.1) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.9) + nokogiri (1.15.7) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.14.3-x86_64-darwin) + nokogiri (1.15.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.15.7-x86_64-linux) racc (~> 1.4) - parallel (1.22.1) + parallel (1.27.0) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.1.1) - racc (1.6.2) + racc (1.8.1) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -78,11 +79,12 @@ GEM ffi (~> 1.9) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (1.8.0) webrick (1.8.2) yell (2.2.2) + zeitwerk (2.6.18) PLATFORMS ruby @@ -90,11 +92,11 @@ PLATFORMS x86_64-linux DEPENDENCIES - html-proofer (~> 3.19, >= 3.19.4) + html-proofer (~> 4.0, >= 4.0.0) jekyll (= 4.1.0) jekyll-llmstxt tzinfo-data webrick (~> 1.8, >= 1.8.2) BUNDLED WITH - 2.2.24 + 2.1.4