From 0553623b58ab8c4a3c2db59b06af8fd84c28d903 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 06:16: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 | 45 ++++++++++++++++++++++++--------------------- 2 files changed, 25 insertions(+), 22 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 ccf722d63c9..d371f524974 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,21 +13,20 @@ GEM execjs coffee-script-source (1.11.1) colorator (1.1.0) - colorize (0.8.1) commonmarker (0.17.9) ruby-enum (~> 0.5) - concurrent-ruby (1.0.5) + concurrent-ruby (1.3.4) dnsruby (1.60.2) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.11.0) - ffi (>= 1.3.0) + ethon (0.16.0) + ffi (>= 1.15.0) eventmachine (1.2.5) execjs (2.7.0) faraday (0.15.0) multipart-post (>= 1.2, < 3) - ffi (1.9.23) + ffi (1.17.0) forwardable-extended (2.6.0) gemoji (3.0.0) github-pages (183) @@ -84,15 +83,15 @@ GEM html-pipeline (2.7.2) activesupport (>= 2) nokogiri (>= 1.4) - html-proofer (3.8.0) - activesupport (>= 4.2, < 6.0) + html-proofer (4.4.3) addressable (~> 2.3) - colorize (~> 0.8) - mercenary (~> 0.3.2) - nokogiri (~> 1.8.1) - 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) @@ -210,21 +209,24 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.3.0) + mini_portile2 (2.8.8) minima (2.4.1) 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.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.15.7) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) octokit (4.8.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.12.1) + parallel (1.26.3) pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (2.0.5) + racc (1.8.1) + rainbow (3.1.1) rake (12.3.1) rb-fsevent (0.10.3) rb-inotify (0.9.10) @@ -246,20 +248,21 @@ GEM terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - typhoeus (1.3.0) + typhoeus (1.4.1) ethon (>= 0.9.0) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.3.2) - yell (2.0.7) + 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