Skip to content

Commit e3fc1d0

Browse files
committed
fix vulnerability by upgrading kramdown
1 parent 55bb542 commit e3fc1d0

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ source "https://rubygems.org"
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1515
gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
17+
gem "kramdown", ">= 2.3.0"
1718
# group :jekyll_plugins do
1819
# gem "jekyll-feed", "~> 0.12"
1920
# end

docs/Gemfile.lock

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.3)
21-
addressable (~> 2.5)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.4)
21+
simpleidn (~> 0.1)
2222
em-websocket (0.5.1)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
@@ -31,9 +31,9 @@ GEM
3131
ffi (1.13.1)
3232
forwardable-extended (2.6.0)
3333
gemoji (3.0.1)
34-
github-pages (206)
34+
github-pages (207)
3535
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.7)
36+
jekyll (= 3.9.0)
3737
jekyll-avatar (= 0.7.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.6)
@@ -67,7 +67,8 @@ GEM
6767
jekyll-theme-time-machine (= 0.1.1)
6868
jekyll-titles-from-headings (= 0.5.3)
6969
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
70+
kramdown (= 2.3.0)
71+
kramdown-parser-gfm (= 1.1.0)
7172
liquid (= 4.0.3)
7273
mercenary (~> 0.3)
7374
minima (= 2.5.1)
@@ -80,20 +81,20 @@ GEM
8081
octokit (~> 4.0)
8182
public_suffix (~> 3.0)
8283
typhoeus (~> 1.3)
83-
html-pipeline (2.13.0)
84+
html-pipeline (2.14.0)
8485
activesupport (>= 2)
8586
nokogiri (>= 1.4)
8687
http_parser.rb (0.6.0)
8788
i18n (0.9.5)
8889
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.7)
90+
jekyll (3.9.0)
9091
addressable (~> 2.4)
9192
colorator (~> 1.0)
9293
em-websocket (~> 0.5)
9394
i18n (~> 0.7)
9495
jekyll-sass-converter (~> 1.0)
9596
jekyll-watch (~> 2.0)
96-
kramdown (~> 1.14)
97+
kramdown (>= 1.17, < 3)
9798
liquid (~> 4.0)
9899
mercenary (~> 0.3.3)
99100
pathutil (~> 0.9)
@@ -191,7 +192,10 @@ GEM
191192
gemoji (~> 3.0)
192193
html-pipeline (~> 2.2)
193194
jekyll (>= 3.0, < 5.0)
194-
kramdown (1.17.0)
195+
kramdown (2.3.0)
196+
rexml
197+
kramdown-parser-gfm (1.1.0)
198+
kramdown (~> 2.0)
195199
liquid (4.0.3)
196200
listen (3.2.1)
197201
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -215,6 +219,7 @@ GEM
215219
rb-fsevent (0.10.4)
216220
rb-inotify (0.10.1)
217221
ffi (~> 1.0)
222+
rexml (3.2.4)
218223
rouge (3.19.0)
219224
ruby-enum (0.8.0)
220225
i18n
@@ -228,13 +233,18 @@ GEM
228233
sawyer (0.8.2)
229234
addressable (>= 2.3.5)
230235
faraday (> 0.8, < 2.0)
236+
simpleidn (0.1.1)
237+
unf (~> 0.1.4)
231238
terminal-table (1.8.0)
232239
unicode-display_width (~> 1.1, >= 1.1.1)
233240
thread_safe (0.3.6)
234241
typhoeus (1.4.0)
235242
ethon (>= 0.9.0)
236243
tzinfo (1.2.7)
237244
thread_safe (~> 0.1)
245+
unf (0.1.4)
246+
unf_ext
247+
unf_ext (0.0.7.7)
238248
unicode-display_width (1.7.0)
239249
zeitwerk (2.4.0)
240250

@@ -243,7 +253,7 @@ PLATFORMS
243253

244254
DEPENDENCIES
245255
github-pages
246-
jekyll-feed (~> 0.12)
256+
kramdown (>= 2.3.0)
247257
tzinfo (~> 1.2)
248258
tzinfo-data
249259
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)