From fb36db1ea5e1c02f4b15d481081d1edcb2677e1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 21:32:06 +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-YAJLRUBY-2441253 --- docs/Gemfile | 2 +- docs/Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index f144584eff350..f837ae1b610a2 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -23,7 +23,7 @@ gem 'sanitize', '~>2.0' gem 'redcarpet' # Syntax highlighting -gem 'pygments.rb' +gem 'pygments.rb', '>= 1.0.0' # Avoid having to poll for changes on Windows gem 'wdm', '>= 0.1.0' if Gem.win_platform? \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index e882cb6df037b..2d22616e15480 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -35,10 +35,7 @@ GEM mini_portile2 (~> 2.1.0) pkg-config (~> 1.1.7) pkg-config (1.1.7) - posix-spawn (0.3.11) - pygments.rb (0.6.3) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.2.0) + pygments.rb (2.3.0) rake (11.2.2) rb-fsevent (0.9.7) rb-inotify (0.9.7) @@ -49,7 +46,6 @@ GEM sanitize (2.1.0) nokogiri (>= 1.4.4) sass (3.4.22) - yajl-ruby (1.2.1) PLATFORMS ruby @@ -60,8 +56,11 @@ DEPENDENCIES jekyll-paginate jekyll-redirect-from json - pygments.rb + pygments.rb (>= 1.0.0) rake rb-fsevent redcarpet sanitize (~> 2.0) + +BUNDLED WITH + 2.1.4