Skip to content

Commit a238c09

Browse files
author
ffa500
committed
chore(docs): fix security alerts on Gemfile dependencies
1 parent 19c92d1 commit a238c09

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
3232
# Fix security alert on CVE-2020-7595
3333
# Fix security alert on CVE-2020-26247 Moderate severity
3434
# Fix security alert on GHSA-7rrm-v45f-jp64 Moderate severity
35-
gem "nokogiri", ">= 1.11.0"
35+
# Fix security alert on CVE-2021-41098
36+
gem "nokogiri", ">= 1.12.5"
3637

3738
# Fix security alert on CVE-2019-16892
3839
gem "rubyzip", ">= 1.3.0"

docs/Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7-x64-mingw32)
2828
execjs (2.8.1)
29-
faraday (1.7.2)
29+
faraday (1.8.0)
3030
faraday-em_http (~> 1.0)
3131
faraday-em_synchrony (~> 1.0)
3232
faraday-excon (~> 1.1)
@@ -174,7 +174,7 @@ GEM
174174
jekyll-seo-tag (~> 2.1)
175175
minitest (5.14.4)
176176
multipart-post (2.1.1)
177-
nokogiri (1.12.4-x64-mingw32)
177+
nokogiri (1.12.5-x64-mingw32)
178178
racc (~> 1.4)
179179
octokit (4.21.0)
180180
faraday (>= 0.9)
@@ -210,12 +210,12 @@ GEM
210210
ethon (>= 0.9.0)
211211
tzinfo (1.2.9)
212212
thread_safe (~> 0.1)
213-
tzinfo-data (1.2021.1)
213+
tzinfo-data (1.2021.2)
214214
tzinfo (>= 1.0.0)
215215
unf (0.1.4)
216216
unf_ext
217217
unf_ext (0.0.8-x64-mingw32)
218-
unicode-display_width (1.7.0)
218+
unicode-display_width (1.8.0)
219219
wdm (0.1.1)
220220
zeitwerk (2.4.2)
221221

@@ -228,7 +228,7 @@ DEPENDENCIES
228228
github-pages
229229
jekyll-theme-primer (~> 0.5.3)
230230
kramdown (>= 2.3.1)
231-
nokogiri (>= 1.11.0)
231+
nokogiri (>= 1.12.5)
232232
rexml (>= 3.2.5)
233233
rubyzip (>= 1.3.0)
234234
tzinfo-data

0 commit comments

Comments
 (0)