From 183798f52d206b672d26faa8a2b945ca6f869e08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Jan 2021 03:49:56 +0000 Subject: [PATCH] fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1055008 --- docs/Gemfile | 2 +- docs/Gemfile.lock | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index f144584eff350..dd0f626cc3ecc 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -17,7 +17,7 @@ gem 'json' gem 'rb-fsevent' # For markdown header cleanup -gem 'sanitize', '~>2.0' +gem 'sanitize', '~> 2.1', '>= 2.1.0' # Markdown gem 'redcarpet' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index bd775465628be..b66599a6af662 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -27,14 +27,11 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.1.0) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - nokogiri (1.6.8-x64-mingw32) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - pkg-config (1.1.7) + mini_portile2 (2.4.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + nokogiri (1.10.10-x64-mingw32) + mini_portile2 (~> 2.4.0) posix-spawn (0.3.11) pygments.rb (0.6.3) posix-spawn (~> 0.3.6) @@ -46,7 +43,7 @@ GEM redcarpet (3.3.4) rouge (1.11.1) safe_yaml (1.0.4) - sanitize (2.1.0) + sanitize (2.1.1) nokogiri (>= 1.4.4) sass (3.4.22) yajl-ruby (1.2.1) @@ -64,7 +61,7 @@ DEPENDENCIES rake rb-fsevent redcarpet - sanitize (~> 2.0) + sanitize (~> 2.1, >= 2.1.0) BUNDLED WITH - 1.11.2 + 1.17.3