From 1cc065806862afd4fe625f13c1ac2aa414911bed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 19:33:38 +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-2840634 --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 7ed3a166..f9eb6f0d 100644 --- a/Gemfile +++ b/Gemfile @@ -20,4 +20,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "html-proofer", "~> 3.18" +gem "html-proofer", "~> 3.19", ">= 3.19.3" diff --git a/Gemfile.lock b/Gemfile.lock index f60577cd..d3a09b0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,11 +42,11 @@ GEM fastimage (2.2.6) ffi (1.15.5) forwardable-extended (2.6.0) - html-proofer (3.19.3) + html-proofer (3.19.4) addressable (~> 2.3) mercenary (~> 0.3) - nokogiri (~> 1.12) - parallel (~> 1.3) + nokogiri (~> 1.13) + parallel (~> 1.10) rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) @@ -97,15 +97,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.7.1) + mini_portile2 (2.8.0) minitest (5.15.0) - nokogiri (1.13.1) - mini_portile2 (~> 2.7.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - parallel (1.21.0) + parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.6) + public_suffix (4.0.7) racc (1.6.0) rack (2.2.3) rainbow (3.1.1) @@ -136,7 +136,7 @@ PLATFORMS DEPENDENCIES autoprefixer-rails execjs (= 2.7.0) - html-proofer (~> 3.18) + html-proofer (~> 3.19, >= 3.19.3) jekyll (~> 4.0) jekyll-assets! jekyll-feed (~> 0.15)