Skip to content

Commit 079366d

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10494060 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10494063
1 parent 29a0548 commit 079366d

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem 'github-pages', '>= 201'
4-
gem 'html-proofer', '>= 3.13.0'
4+
gem 'html-proofer', '>= 3.15.0'
55
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

Gemfile.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GEM
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
addressable (2.7.0)
10-
public_suffix (>= 2.0.2, < 5.0)
9+
addressable (2.8.7)
10+
public_suffix (>= 2.0.2, < 7.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
@@ -21,13 +21,13 @@ GEM
2121
em-websocket (0.5.1)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0.6.0)
24-
ethon (0.12.0)
25-
ffi (>= 1.3.0)
24+
ethon (0.16.0)
25+
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
2727
execjs (2.7.0)
2828
faraday (0.17.0)
2929
multipart-post (>= 1.2, < 3)
30-
ffi (1.11.2)
30+
ffi (1.17.2)
3131
forwardable-extended (2.6.0)
3232
gemoji (3.0.1)
3333
github-pages (202)
@@ -84,14 +84,15 @@ GEM
8484
html-pipeline (2.12.2)
8585
activesupport (>= 2)
8686
nokogiri (>= 1.4)
87-
html-proofer (3.14.1)
87+
html-proofer (4.4.3)
8888
addressable (~> 2.3)
8989
mercenary (~> 0.3)
90-
nokogiri (~> 1.10)
91-
parallel (~> 1.3)
90+
nokogiri (~> 1.13)
91+
parallel (~> 1.10)
9292
rainbow (~> 3.0)
9393
typhoeus (~> 1.3)
9494
yell (~> 2.0)
95+
zeitwerk (~> 2.5)
9596
http_parser.rb (0.6.0)
9697
i18n (0.9.5)
9798
concurrent-ruby (~> 1.0)
@@ -207,22 +208,24 @@ GEM
207208
rb-inotify (~> 0.9, >= 0.9.7)
208209
ruby_dep (~> 1.2)
209210
mercenary (0.3.6)
210-
mini_portile2 (2.4.0)
211+
mini_portile2 (2.8.9)
211212
minima (2.5.0)
212213
jekyll (~> 3.5)
213214
jekyll-feed (~> 0.9)
214215
jekyll-seo-tag (~> 2.1)
215216
minitest (5.13.0)
216217
multipart-post (2.1.1)
217-
nokogiri (1.10.8)
218-
mini_portile2 (~> 2.4.0)
218+
nokogiri (1.15.7)
219+
mini_portile2 (~> 2.8.2)
220+
racc (~> 1.4)
219221
octokit (4.14.0)
220222
sawyer (~> 0.8.0, >= 0.5.3)
221-
parallel (1.19.0)
223+
parallel (1.27.0)
222224
pathutil (0.16.2)
223225
forwardable-extended (~> 2.6)
224226
public_suffix (3.1.1)
225-
rainbow (3.0.0)
227+
racc (1.8.1)
228+
rainbow (3.1.1)
226229
rb-fsevent (0.10.3)
227230
rb-inotify (0.10.0)
228231
ffi (~> 1.0)
@@ -243,19 +246,20 @@ GEM
243246
terminal-table (1.8.0)
244247
unicode-display_width (~> 1.1, >= 1.1.1)
245248
thread_safe (0.3.6)
246-
typhoeus (1.3.1)
249+
typhoeus (1.4.1)
247250
ethon (>= 0.9.0)
248251
tzinfo (1.2.5)
249252
thread_safe (~> 0.1)
250253
unicode-display_width (1.6.0)
251-
yell (2.2.0)
254+
yell (2.2.2)
255+
zeitwerk (2.6.18)
252256

253257
PLATFORMS
254258
ruby
255259

256260
DEPENDENCIES
257261
github-pages (>= 201)
258-
html-proofer (>= 3.13.0)
262+
html-proofer (>= 3.15.0)
259263
tzinfo-data
260264

261265
BUNDLED WITH

0 commit comments

Comments
 (0)