From 789bfced2454c960670de536856d0b364ae1815f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jul 2020 22:25:20 +0000 Subject: [PATCH] fix: public/components/font-awesome/Gemfile & public/components/font-awesome/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-585939 --- public/components/font-awesome/Gemfile | 2 +- public/components/font-awesome/Gemfile.lock | 62 ++++++++++++++------- 2 files changed, 42 insertions(+), 22 deletions(-) diff --git a/public/components/font-awesome/Gemfile b/public/components/font-awesome/Gemfile index 499bcea..b38ca2a 100644 --- a/public/components/font-awesome/Gemfile +++ b/public/components/font-awesome/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 1.0' +gem 'jekyll', '~> 1.2', '>= 1.2.0' gem 'debugger' diff --git a/public/components/font-awesome/Gemfile.lock b/public/components/font-awesome/Gemfile.lock index a00e13f..50db071 100644 --- a/public/components/font-awesome/Gemfile.lock +++ b/public/components/font-awesome/Gemfile.lock @@ -1,11 +1,14 @@ GEM remote: https://rubygems.org/ specs: - classifier (1.3.3) - fast-stemmer (>= 1.0.0) + blankslate (2.1.2.4) + classifier (1.3.5) + fast-stemmer (~> 1.0.0) + mathn + rake colorator (0.1) columnize (0.3.6) - commander (4.1.3) + commander (4.1.6) highline (~> 1.6.11) debugger (1.6.0) columnize (>= 0.3.1) @@ -13,29 +16,43 @@ GEM debugger-ruby_core_source (~> 1.2.1) debugger-linecache (1.2.0) debugger-ruby_core_source (1.2.2) - directory_watcher (1.4.1) fast-stemmer (1.0.2) - highline (1.6.19) - jekyll (1.0.0) + ffi (1.13.1) + highline (1.6.21) + jekyll (1.5.1) classifier (~> 1.3) colorator (~> 0.1) commander (~> 4.1.3) - directory_watcher (~> 1.4.1) - kramdown (~> 0.14) - liquid (~> 2.3) - maruku (~> 0.5) - pygments.rb (~> 0.4.2) - safe_yaml (~> 0.7.0) - kramdown (0.14.2) - liquid (2.5.0) - maruku (0.6.1) - syntax (>= 1.0.0) - posix-spawn (0.3.6) - pygments.rb (0.4.2) + liquid (~> 2.5.5) + listen (~> 1.3) + maruku (= 0.7.0) + pygments.rb (~> 0.5.0) + redcarpet (~> 2.3.0) + safe_yaml (~> 1.0) + toml (~> 0.1.0) + liquid (2.5.5) + listen (1.3.1) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + rb-kqueue (>= 0.2) + maruku (0.7.0) + mathn (0.1.0) + parslet (1.5.0) + blankslate (~> 2.0) + posix-spawn (0.3.15) + pygments.rb (0.5.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - safe_yaml (0.7.1) - syntax (1.0.0) + rake (13.0.1) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) + rb-kqueue (0.2.5) + ffi (>= 0.5.0) + redcarpet (2.3.0) + safe_yaml (1.0.5) + toml (0.1.2) + parslet (~> 1.5.0) yajl-ruby (1.1.0) PLATFORMS @@ -43,4 +60,7 @@ PLATFORMS DEPENDENCIES debugger - jekyll (= 1.0) + jekyll (~> 1.2, >= 1.2.0) + +BUNDLED WITH + 1.17.3