Skip to content

Commit 5168f30

Browse files
Merge pull request #16 from IdentityPython/snyk-fix-bb23c8fae4ea5311114c05f6d2b8d351
[Snyk] Fix for 1 vulnerabilities
2 parents 5c6b398 + c34a6cd commit 5168f30

File tree

2 files changed

+41
-31
lines changed

2 files changed

+41
-31
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.2.1"
10+
gem "jekyll", "~> 4.3.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5", ">= 2.5.1"
12+
gem "minima", "~> 2.5", ">= 2.5.2"
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

Gemfile.lock

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,84 +3,94 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.2.3)
67
colorator (1.1.0)
7-
concurrent-ruby (1.3.3)
8+
concurrent-ruby (1.3.5)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.17.0)
13-
ffi (1.17.0-x86_64-darwin)
13+
ffi (1.17.2)
14+
ffi (1.17.2-x86_64-darwin)
1415
forwardable-extended (2.6.0)
16+
google-protobuf (4.32.1)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.32.1-x86_64-darwin)
20+
bigdecimal
21+
rake (>= 13)
1522
http_parser.rb (0.8.0)
16-
i18n (1.14.5)
23+
i18n (1.14.7)
1724
concurrent-ruby (~> 1.0)
18-
jekyll (4.2.2)
25+
jekyll (4.3.4)
1926
addressable (~> 2.4)
2027
colorator (~> 1.0)
2128
em-websocket (~> 0.5)
2229
i18n (~> 1.0)
23-
jekyll-sass-converter (~> 2.0)
30+
jekyll-sass-converter (>= 2.0, < 4.0)
2431
jekyll-watch (~> 2.0)
25-
kramdown (~> 2.3)
32+
kramdown (~> 2.3, >= 2.3.1)
2633
kramdown-parser-gfm (~> 1.0)
2734
liquid (~> 4.0)
28-
mercenary (~> 0.4.0)
35+
mercenary (>= 0.3.6, < 0.5)
2936
pathutil (~> 0.9)
30-
rouge (~> 3.0)
37+
rouge (>= 3.0, < 5.0)
3138
safe_yaml (~> 1.0)
32-
terminal-table (~> 2.0)
39+
terminal-table (>= 1.8, < 4.0)
40+
webrick (~> 1.7)
3341
jekyll-feed (0.17.0)
3442
jekyll (>= 3.7, < 5.0)
35-
jekyll-sass-converter (2.2.0)
36-
sassc (> 2.0.1, < 3.0)
37-
jekyll-seo-tag (2.7.1)
43+
jekyll-sass-converter (3.1.0)
44+
sass-embedded (~> 1.75)
45+
jekyll-seo-tag (2.8.0)
3846
jekyll (>= 3.8, < 5.0)
3947
jekyll-watch (2.2.1)
4048
listen (~> 3.0)
41-
kramdown (2.4.0)
42-
rexml
49+
kramdown (2.5.1)
50+
rexml (>= 3.3.9)
4351
kramdown-parser-gfm (1.1.0)
4452
kramdown (~> 2.0)
4553
liquid (4.0.4)
4654
listen (3.9.0)
4755
rb-fsevent (~> 0.10, >= 0.10.3)
4856
rb-inotify (~> 0.9, >= 0.9.10)
4957
mercenary (0.4.0)
50-
minima (2.5.1)
58+
minima (2.5.2)
5159
jekyll (>= 3.5, < 5.0)
5260
jekyll-feed (~> 0.9)
5361
jekyll-seo-tag (~> 2.1)
5462
pathutil (0.16.2)
5563
forwardable-extended (~> 2.6)
56-
public_suffix (5.1.1)
64+
public_suffix (6.0.2)
65+
rake (13.3.0)
5766
rb-fsevent (0.11.2)
5867
rb-inotify (0.11.1)
5968
ffi (~> 1.0)
60-
rexml (3.3.6)
61-
strscan
62-
rouge (3.30.0)
69+
rexml (3.4.4)
70+
rouge (4.6.0)
6371
safe_yaml (1.0.5)
64-
sassc (2.4.0)
65-
ffi (~> 1.9)
66-
strscan (3.1.0)
67-
terminal-table (2.0.0)
68-
unicode-display_width (~> 1.1, >= 1.1.1)
69-
unicode-display_width (1.8.0)
72+
sass-embedded (1.92.1)
73+
google-protobuf (~> 4.31)
74+
rake (>= 13)
75+
sass-embedded (1.92.1-x86_64-darwin)
76+
google-protobuf (~> 4.31)
77+
terminal-table (3.0.2)
78+
unicode-display_width (>= 1.1.1, < 3)
79+
unicode-display_width (2.6.0)
7080
webrick (1.8.2)
7181

7282
PLATFORMS
7383
ruby
7484
x86_64-darwin-19
7585

7686
DEPENDENCIES
77-
jekyll (~> 4.2.1)
87+
jekyll (~> 4.3.0)
7888
jekyll-feed (~> 0.16, >= 0.16.0)
79-
minima (~> 2.5, >= 2.5.1)
89+
minima (~> 2.5, >= 2.5.2)
8090
tzinfo (~> 1.2)
8191
tzinfo-data
8292
wdm (~> 0.1.1)
8393
webrick (~> 1.8, >= 1.8.2)
8494

8595
BUNDLED WITH
86-
2.1.4
96+
2.3.26

0 commit comments

Comments
 (0)