Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '2.6.3'

gem 'jekyll', '3.8.6'
gem 'html-proofer', '>= 3.19.1'
gem 'html-proofer', '>= 3.19.2'
gem "rack", ">= 2.0.6"
gem 'asciidoctor'
gem 'asciidoctor-pdf', '~> 1.5.3'
Expand All @@ -12,7 +12,7 @@ gem 'rake'
gem 'dotenv'

group :jekyll_plugins do
gem 'jekyll-algolia', '~> 1.7', '>= 1.7.0'
gem 'jekyll-algolia', '~> 1.7', '>= 1.7.1'
gem 'jekyll-sitemap', '>= 1.3.1'
gem 'jekyll-assets', '>= 3.0.12'
gem 'jekyll-target-blank', '>= 2.0.0'
Expand Down
20 changes: 10 additions & 10 deletions jekyll/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ GEM
execjs (2.8.1)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.4)
ffi (1.15.3)
fastimage (2.2.5)
ffi (1.15.4)
filesize (0.2.0)
forwardable-extended (2.6.0)
hashery (2.1.2)
Expand Down Expand Up @@ -114,19 +114,19 @@ GEM
liquid-tag-parser (1.9.0)
extras (~> 0.3)
liquid (>= 3.0, < 5.0)
listen (3.5.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.3)
mini_portile2 (2.6.1)
minitest (5.14.4)
multi_json (1.13.1)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.20.1)
parallel (1.21.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-core (0.7.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.26.0)
rouge (3.26.1)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass (3.7.4)
Expand Down Expand Up @@ -190,9 +190,9 @@ DEPENDENCIES
asciidoctor
asciidoctor-pdf (~> 1.5.3)
dotenv
html-proofer (>= 3.19.1)
html-proofer (>= 3.19.2)
jekyll (= 3.8.6)
jekyll-algolia (~> 1.7, >= 1.7.0)
jekyll-algolia (~> 1.7, >= 1.7.1)
jekyll-asciidoc (>= 2.1.1)
jekyll-assets (>= 3.0.12)
jekyll-sitemap (>= 1.3.1)
Expand Down