Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 1b08846

Browse files
authored
fix: Security upgrade github-pages from 214 to 215 (#142)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-1316242
1 parent b573de0 commit 1b08846

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

docs/Gemfile.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.7)
4+
activesupport (6.0.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.7.0)
10+
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
@@ -16,8 +16,8 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.8)
20-
dnsruby (1.61.5)
19+
concurrent-ruby (1.1.9)
20+
dnsruby (1.61.7)
2121
simpleidn (~> 0.1)
2222
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
@@ -27,21 +27,29 @@ GEM
2727
eventmachine (1.2.7)
2828
eventmachine (1.2.7-x64-mingw32)
2929
execjs (2.8.1)
30-
faraday (1.4.1)
30+
faraday (1.5.0)
31+
faraday-em_http (~> 1.0)
32+
faraday-em_synchrony (~> 1.0)
3133
faraday-excon (~> 1.1)
34+
faraday-httpclient (~> 1.0.1)
3235
faraday-net_http (~> 1.0)
3336
faraday-net_http_persistent (~> 1.1)
37+
faraday-patron (~> 1.0)
3438
multipart-post (>= 1.2, < 3)
3539
ruby2_keywords (>= 0.0.4)
40+
faraday-em_http (1.0.0)
41+
faraday-em_synchrony (1.0.0)
3642
faraday-excon (1.1.0)
43+
faraday-httpclient (1.0.1)
3744
faraday-net_http (1.0.1)
3845
faraday-net_http_persistent (1.1.0)
39-
ffi (1.15.0)
40-
ffi (1.15.0-x64-mingw32)
46+
faraday-patron (1.0.0)
47+
ffi (1.15.3)
48+
ffi (1.15.3-x64-mingw32)
4149
forwardable-extended (2.6.0)
4250
gemoji (3.0.1)
43-
github-pages (214)
44-
github-pages-health-check (= 1.17.0)
51+
github-pages (215)
52+
github-pages-health-check (= 1.17.2)
4553
jekyll (= 3.9.0)
4654
jekyll-avatar (= 0.7.0)
4755
jekyll-coffeescript (= 1.1.1)
@@ -84,7 +92,7 @@ GEM
8492
nokogiri (>= 1.10.4, < 2.0)
8593
rouge (= 3.26.0)
8694
terminal-table (~> 1.4)
87-
github-pages-health-check (1.17.0)
95+
github-pages-health-check (1.17.2)
8896
addressable (~> 2.3)
8997
dnsruby (~> 1.60)
9098
octokit (~> 4.0)
@@ -211,17 +219,17 @@ GEM
211219
rb-fsevent (~> 0.10, >= 0.10.3)
212220
rb-inotify (~> 0.9, >= 0.9.10)
213221
mercenary (0.3.6)
214-
mini_portile2 (2.5.1)
222+
mini_portile2 (2.5.3)
215223
minima (2.5.1)
216224
jekyll (>= 3.5, < 5.0)
217225
jekyll-feed (~> 0.9)
218226
jekyll-seo-tag (~> 2.1)
219227
minitest (5.14.4)
220228
multipart-post (2.1.1)
221-
nokogiri (1.11.4)
229+
nokogiri (1.11.7)
222230
mini_portile2 (~> 2.5.0)
223231
racc (~> 1.4)
224-
nokogiri (1.11.4-x64-mingw32)
232+
nokogiri (1.11.7-x64-mingw32)
225233
racc (~> 1.4)
226234
octokit (4.21.0)
227235
faraday (>= 0.9)
@@ -238,7 +246,7 @@ GEM
238246
ruby-enum (0.9.0)
239247
i18n
240248
ruby2_keywords (0.0.4)
241-
rubyzip (2.3.0)
249+
rubyzip (2.3.2)
242250
safe_yaml (1.0.5)
243251
sass (3.7.4)
244252
sass-listen (~> 4.0.0)
@@ -269,7 +277,7 @@ PLATFORMS
269277
x64-mingw32
270278

271279
DEPENDENCIES
272-
github-pages (>= 209)
280+
github-pages (>= 214)
273281
nokogiri (>= 1.11.4)
274282

275283
BUNDLED WITH

0 commit comments

Comments
 (0)