Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

[Snyk] Fix for 4 vulnerabilities #109

Open
wants to merge 1 commit into
base: main
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.8"

# See https://github.com/envygeeks/jekyll-assets/issues/622
gem "sprockets", "~> 3.7", ">= 3.7.2"
gem "sprockets", "~> 3.7", ">= 3.7.3"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem "autoprefixer-rails"

Expand All @@ -33,4 +33,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "html-proofer", "~> 3.14", ">= 3.14.1"
gem "html-proofer", "~> 4.0", ">= 4.0.0"
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
base64 (0.2.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -22,16 +23,17 @@ GEM
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
html-proofer (3.19.4)
html-proofer (4.4.3)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogiri (~> 1.13)
parallel (~> 1.10)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -88,17 +90,17 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.2)
mini_portile2 (2.8.5)
minitest (5.18.0)
nokogiri (1.15.2)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parallel (1.24.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.7.1)
rack (2.2.7)
public_suffix (5.0.5)
racc (1.7.3)
rack (2.2.9)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand All @@ -111,22 +113,24 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.7.2)
sprockets (3.7.3)
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
yell (2.2.2)
zeitwerk (2.6.13)

PLATFORMS
ruby

DEPENDENCIES
autoprefixer-rails
html-proofer (~> 3.14, >= 3.14.1)
html-proofer (~> 4.0, >= 4.0.0)
jekyll (~> 3.8)
jekyll-assets (~> 3.0, >= 3.0.12)
jekyll-feed (~> 0.6)
Expand All @@ -135,7 +139,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
kramdown-parser-gfm (~> 1.1.0)
sprockets (~> 3.7, >= 3.7.2)
sprockets (~> 3.7, >= 3.7.3)
tzinfo-data

RUBY VERSION
Expand Down
Loading