File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
32
32
# Fix security alert on CVE-2020-7595
33
33
# Fix security alert on CVE-2020-26247 Moderate severity
34
34
# 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"
36
37
37
38
# Fix security alert on CVE-2019-16892
38
39
gem "rubyzip" , ">= 1.3.0"
Original file line number Diff line number Diff line change 26
26
ffi (>= 1.15.0 )
27
27
eventmachine (1.2.7-x64-mingw32 )
28
28
execjs (2.8.1 )
29
- faraday (1.7.2 )
29
+ faraday (1.8.0 )
30
30
faraday-em_http (~> 1.0 )
31
31
faraday-em_synchrony (~> 1.0 )
32
32
faraday-excon (~> 1.1 )
174
174
jekyll-seo-tag (~> 2.1 )
175
175
minitest (5.14.4 )
176
176
multipart-post (2.1.1 )
177
- nokogiri (1.12.4 -x64-mingw32 )
177
+ nokogiri (1.12.5 -x64-mingw32 )
178
178
racc (~> 1.4 )
179
179
octokit (4.21.0 )
180
180
faraday (>= 0.9 )
@@ -210,12 +210,12 @@ GEM
210
210
ethon (>= 0.9.0 )
211
211
tzinfo (1.2.9 )
212
212
thread_safe (~> 0.1 )
213
- tzinfo-data (1.2021.1 )
213
+ tzinfo-data (1.2021.2 )
214
214
tzinfo (>= 1.0.0 )
215
215
unf (0.1.4 )
216
216
unf_ext
217
217
unf_ext (0.0.8-x64-mingw32 )
218
- unicode-display_width (1.7 .0 )
218
+ unicode-display_width (1.8 .0 )
219
219
wdm (0.1.1 )
220
220
zeitwerk (2.4.2 )
221
221
@@ -228,7 +228,7 @@ DEPENDENCIES
228
228
github-pages
229
229
jekyll-theme-primer (~> 0.5.3 )
230
230
kramdown (>= 2.3.1 )
231
- nokogiri (>= 1.11.0 )
231
+ nokogiri (>= 1.12.5 )
232
232
rexml (>= 3.2.5 )
233
233
rubyzip (>= 1.3.0 )
234
234
tzinfo-data
You can’t perform that action at this time.
0 commit comments