From e5b5da8f34ea92fc0268866cf9da9882efb5ca4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Sep 2021 06:32:05 +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-1583442 --- docs/Gemfile | 2 +- docs/Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 4f4991e3b2a..c89a575a1a1 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -16,4 +16,4 @@ gem 'json' gem 'rb-fsevent' # For markdown header cleanup -gem 'sanitize', '~>2.0' +gem 'sanitize', '~> 2.0', '>= 2.0.6' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 89a0f264aab..29ce7a6428d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -47,22 +47,24 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.4) - mini_portile (0.6.0) - nokogiri (1.6.3.1) - mini_portile (= 0.6.0) + mini_portile2 (2.6.1) + nokogiri (1.12.4) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.9) pygments.rb (0.6.0) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) + racc (1.5.2) rake (10.3.2) rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) redcarpet (3.1.2) safe_yaml (1.0.4) - sanitize (2.0.6) + sanitize (2.1.1) nokogiri (>= 1.4.4) sass (3.3.14) timers (1.1.0) @@ -79,7 +81,7 @@ DEPENDENCIES json rake rb-fsevent - sanitize (~> 2.0) + sanitize (~> 2.0, >= 2.0.6) BUNDLED WITH - 1.10.1 + 1.17.3