From 8c646c8c91cc0c4177a4ec79670c11b1554d7856 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 06:36:18 +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-8453714 --- Gemfile | 2 +- Gemfile.lock | 47 +++++++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index ca9b7428d0e..363e85a6a09 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins group :test do - gem "html-proofer" + gem "html-proofer", ">= 3.15.0" gem "rake" end diff --git a/Gemfile.lock b/Gemfile.lock index 91ba1cb46c3..702f1827961 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,22 +13,21 @@ GEM execjs coffee-script-source (1.11.1) colorator (1.1.0) - colorize (0.8.1) commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.1.5) + concurrent-ruby (1.3.4) dnsruby (1.61.2) addressable (~> 2.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) + ethon (0.16.0) + ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.7.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) - ffi (1.10.0) + ffi (1.17.0) forwardable-extended (2.6.0) gemoji (3.0.0) github-pages (197) @@ -85,15 +84,15 @@ GEM html-pipeline (2.10.0) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.10.2) - activesupport (>= 4.2, < 6.0) + html-proofer (4.4.3) addressable (~> 2.3) - colorize (~> 0.8) - mercenary (~> 0.3.2) - nokogiri (~> 1.9) - parallel (~> 1.3) + mercenary (~> 0.3) + nokogiri (~> 1.13) + parallel (~> 1.10) + rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) + zeitwerk (~> 2.5) http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -208,21 +207,24 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.4.0) + mini_portile2 (2.8.8) minima (2.5.0) jekyll (~> 3.5) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.11.3) + minitest (5.25.4) multipart-post (2.0.0) - nokogiri (1.10.2) - mini_portile2 (~> 2.4.0) + nokogiri (1.15.7) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.17.0) + parallel (1.26.3) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.0.3) + public_suffix (3.1.1) + racc (1.8.1) + rainbow (3.1.1) rake (12.3.2) rb-fsevent (0.10.3) rb-inotify (0.10.0) @@ -244,20 +246,21 @@ GEM terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - typhoeus (1.3.1) + typhoeus (1.4.1) ethon (>= 0.9.0) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.5.0) - yell (2.1.0) + yell (2.2.2) + zeitwerk (2.6.18) PLATFORMS ruby DEPENDENCIES github-pages - html-proofer + html-proofer (>= 3.15.0) rake BUNDLED WITH - 1.16.1 + 1.17.3