Skip to content

Commit 74f6f3f

Browse files
Merge pull request #8 from IdentityPython/snyk-fix-abc758aed3bc44920257b0ea5e0bfee7
[Snyk] Fix for 1 vulnerabilities
2 parents 397872f + 51842f7 commit 74f6f3f

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

Diff for: Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.2.0"
10+
gem "jekyll", "~> 4.2.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5", ">= 2.5.1"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
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!
1717
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.15", ">= 0.15.1"
18+
gem "jekyll-feed", "~> 0.16", ">= 0.16.0"
1919
end
2020

2121
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Diff for: Gemfile.lock

+24-23
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.3.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.3)
12+
ffi (1.17.0)
13+
ffi (1.17.0-x86_64-darwin)
1314
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
15+
http_parser.rb (0.8.0)
16+
i18n (1.14.5)
1617
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
18+
jekyll (4.2.2)
1819
addressable (~> 2.4)
1920
colorator (~> 1.0)
2021
em-websocket (~> 0.5)
@@ -29,20 +30,20 @@ GEM
2930
rouge (~> 3.0)
3031
safe_yaml (~> 1.0)
3132
terminal-table (~> 2.0)
32-
jekyll-feed (0.15.1)
33+
jekyll-feed (0.17.0)
3334
jekyll (>= 3.7, < 5.0)
34-
jekyll-sass-converter (2.1.0)
35+
jekyll-sass-converter (2.2.0)
3536
sassc (> 2.0.1, < 3.0)
3637
jekyll-seo-tag (2.7.1)
3738
jekyll (>= 3.8, < 5.0)
3839
jekyll-watch (2.2.1)
3940
listen (~> 3.0)
40-
kramdown (2.3.1)
41+
kramdown (2.4.0)
4142
rexml
4243
kramdown-parser-gfm (1.1.0)
4344
kramdown (~> 2.0)
44-
liquid (4.0.3)
45-
listen (3.5.1)
45+
liquid (4.0.4)
46+
listen (3.9.0)
4647
rb-fsevent (~> 0.10, >= 0.10.3)
4748
rb-inotify (~> 0.9, >= 0.9.10)
4849
mercenary (0.4.0)
@@ -52,29 +53,29 @@ GEM
5253
jekyll-seo-tag (~> 2.1)
5354
pathutil (0.16.2)
5455
forwardable-extended (~> 2.6)
55-
public_suffix (4.0.6)
56-
rb-fsevent (0.11.0)
57-
rb-inotify (0.10.1)
56+
public_suffix (5.1.1)
57+
rb-fsevent (0.11.2)
58+
rb-inotify (0.11.1)
5859
ffi (~> 1.0)
59-
rexml (3.2.8)
60-
strscan (>= 3.0.9)
61-
rouge (3.26.0)
60+
rexml (3.3.2)
61+
strscan
62+
rouge (3.30.0)
6263
safe_yaml (1.0.5)
6364
sassc (2.4.0)
6465
ffi (~> 1.9)
6566
strscan (3.1.0)
6667
terminal-table (2.0.0)
6768
unicode-display_width (~> 1.1, >= 1.1.1)
68-
unicode-display_width (1.7.0)
69+
unicode-display_width (1.8.0)
6970
webrick (1.7.0)
7071

7172
PLATFORMS
7273
ruby
7374
x86_64-darwin-19
7475

7576
DEPENDENCIES
76-
jekyll (~> 4.2.0)
77-
jekyll-feed (~> 0.15, >= 0.15.1)
77+
jekyll (~> 4.2.1)
78+
jekyll-feed (~> 0.16, >= 0.16.0)
7879
minima (~> 2.5, >= 2.5.1)
7980
tzinfo (~> 1.2)
8081
tzinfo-data

0 commit comments

Comments
 (0)