From 86f8b04314e7fe6a3e8cb408130d18f416e21cad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 22:24:26 +0000 Subject: [PATCH] fix: docs/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3052880 --- docs/Gemfile.lock | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 8818a00d494..507c7abd1f7 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0.1) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.3.8) blankslate (2.1.2.4) celluloid (0.16.0) @@ -17,7 +17,7 @@ GEM execjs coffee-script-source (1.10.0) colorator (0.1) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) execjs (2.7.0) fast-stemmer (1.0.2) fastimage (1.9.0) @@ -26,10 +26,11 @@ GEM github-markdown (0.6.9) hike (1.2.3) hitimes (1.2.4) - html-pipeline (2.4.2) + html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jekyll (2.0.3) classifier (~> 1.3) colorator (~> 0.1) @@ -65,17 +66,19 @@ GEM rb-inotify (>= 0.9) mercenary (0.3.6) mini_magick (4.5.1) - mini_portile2 (2.1.0) - minitest (5.9.1) + mini_portile2 (2.8.0) + minitest (5.16.3) multi_json (1.12.1) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.12) pygments.rb (0.5.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) + racc (1.6.0) rack (1.6.5) rb-fsevent (0.9.8) rb-inotify (0.9.7) @@ -93,15 +96,14 @@ GEM sprockets-sass (1.3.1) sprockets (~> 2.0) tilt (~> 1.1) - thread_safe (0.3.5) tilt (1.4.1) timers (4.0.4) hitimes toml (0.1.2) parslet (~> 1.5.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - uglifier (3.0.3) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + uglifier (3.0.4) execjs (>= 0.3.0, < 3) yajl-ruby (1.1.0) @@ -114,4 +116,7 @@ DEPENDENCIES jekyll (= 2.0.3) jekyll-assets jekyll-sitemap (= 0.4.1) - uglifier + uglifier (= 3.0.4) + +BUNDLED WITH + 2.1.4