From 0178f08e01ccb0bde3876c997ad20c0424a2f90b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 04:49:49 +0100 Subject: [PATCH 1/2] fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index f144584eff350..87f4006694b5b 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -11,7 +11,7 @@ gem 'jekyll-redirect-from' gem 'jekyll-paginate' # JSON -gem 'json' +gem 'json', '>= 2.3.0' # For `rake watch` gem 'rb-fsevent' From 8cf18ed517055756b6861424d305d196a265fb83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 04:49:50 +0100 Subject: [PATCH 2/2] fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-JSON-567822 --- docs/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index bd775465628be..5d4b678669424 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -20,7 +20,7 @@ GEM sass (~> 3.4) jekyll-watch (1.4.0) listen (~> 3.0, < 3.1) - json (2.0.1) + json (2.3.0) kramdown (1.11.1) liquid (3.0.6) listen (3.0.8) @@ -59,7 +59,7 @@ DEPENDENCIES jekyll (~> 3.1) jekyll-paginate jekyll-redirect-from - json + json (>= 2.3.0) pygments.rb rake rb-fsevent @@ -67,4 +67,4 @@ DEPENDENCIES sanitize (~> 2.0) BUNDLED WITH - 1.11.2 + 1.17.3