Skip to content

Commit c3b6ab0

Browse files
authored
Update Jekyll to address security vulnerability (pulumi#637)
Also update npm packages.
1 parent 723f555 commit c3b6ab0

4 files changed

Lines changed: 280 additions & 372 deletions

File tree

Gemfile

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

3-
gem "jekyll", "3.6.2"
3+
gem "jekyll"
44
# https://github.com/primer/jekyll-octicons
55
gem "jekyll-octicons"
66
gem "kramdown"

Gemfile.lock

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,28 @@ GEM
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.23)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.9.25)
813
forwardable-extended (2.6.0)
9-
jekyll (3.6.2)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.4)
1018
addressable (~> 2.4)
1119
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
1222
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
23+
jekyll-watch (~> 2.0)
1424
kramdown (~> 1.14)
1525
liquid (~> 4.0)
1626
mercenary (~> 0.3.3)
1727
pathutil (~> 0.9)
18-
rouge (>= 1.7, < 3)
28+
rouge (>= 1.7, < 4)
1929
safe_yaml (~> 1.0)
2030
jekyll-include-cache (0.1.0)
2131
jekyll (~> 3.3)
@@ -32,10 +42,10 @@ GEM
3242
sass (~> 3.4)
3343
jekyll-sitemap (1.2.0)
3444
jekyll (~> 3.3)
35-
jekyll-watch (1.5.1)
45+
jekyll-watch (2.1.2)
3646
listen (~> 3.0)
37-
kramdown (1.16.2)
38-
liquid (4.0.0)
47+
kramdown (1.17.0)
48+
liquid (4.0.1)
3949
listen (3.1.5)
4050
rb-fsevent (~> 0.9, >= 0.9.4)
4151
rb-inotify (~> 0.9, >= 0.9.7)
@@ -46,16 +56,16 @@ GEM
4656
mini_portile2 (~> 2.3.0)
4757
octicons (5.3.0)
4858
nokogiri (>= 1.6.3.1)
49-
pathutil (0.16.1)
59+
pathutil (0.16.2)
5060
forwardable-extended (~> 2.6)
51-
public_suffix (3.0.2)
61+
public_suffix (3.0.3)
5262
rb-fsevent (0.10.3)
5363
rb-inotify (0.9.10)
5464
ffi (>= 0.5.0, < 2)
55-
rouge (2.2.1)
65+
rouge (3.3.0)
5666
ruby_dep (1.5.0)
5767
safe_yaml (1.0.4)
58-
sass (3.5.6)
68+
sass (3.6.0)
5969
sass-listen (~> 4.0.0)
6070
sass-listen (4.0.0)
6171
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -65,7 +75,7 @@ PLATFORMS
6575
ruby
6676

6777
DEPENDENCIES
68-
jekyll (= 3.6.2)
78+
jekyll
6979
jekyll-include-cache (~> 0.1)
7080
jekyll-octicons
7181
jekyll-optional-front-matter

0 commit comments

Comments
 (0)