Skip to content

Commit 2681028

Browse files
authored
fix: src/main/resources/static/bower_components/bootstrap/Gemfile & src/main/resources/static/bower_components/bootstrap/Gemfile.lock to reduce vulnerabilities (#342)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-1316242 - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-1087436 - https://snyk.io/vuln/SNYK-RUBY-REXML-1244518
1 parent 0088c32 commit 2681028

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

src/main/resources/static/bower_components/bootstrap/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22

33
group :development, :test do
44
gem 'jekyll', '~> 3.9.0'
5-
gem 'jekyll-sitemap', '~> 0.11.0'
5+
gem 'jekyll-sitemap', '~> 0.12.0'
66
end
Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.4.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
56
colorator (1.1.0)
6-
concurrent-ruby (1.1.7)
7+
concurrent-ruby (1.1.9)
78
em-websocket (0.5.2)
89
eventmachine (>= 0.12.9)
910
http_parser.rb (~> 0.6.0)
1011
eventmachine (1.2.7)
1112
eventmachine (1.2.7-x64-mingw32)
12-
ffi (1.13.1)
13-
ffi (1.13.1-x64-mingw32)
13+
ffi (1.15.3)
14+
ffi (1.15.3-x64-mingw32)
1415
forwardable-extended (2.6.0)
1516
http_parser.rb (0.6.0)
1617
i18n (0.9.5)
1718
concurrent-ruby (~> 1.0)
18-
jekyll (3.9.0)
19+
jekyll (3.9.1)
1920
addressable (~> 2.4)
2021
colorator (~> 1.0)
2122
em-websocket (~> 0.5)
@@ -30,24 +31,25 @@ GEM
3031
safe_yaml (~> 1.0)
3132
jekyll-sass-converter (1.5.2)
3233
sass (~> 3.4)
33-
jekyll-sitemap (0.11.0)
34-
addressable (~> 2.4.0)
34+
jekyll-sitemap (0.12.0)
35+
jekyll (~> 3.3)
3536
jekyll-watch (2.2.1)
3637
listen (~> 3.0)
37-
kramdown (2.3.0)
38+
kramdown (2.3.1)
3839
rexml
3940
liquid (4.0.3)
40-
listen (3.3.3)
41+
listen (3.5.1)
4142
rb-fsevent (~> 0.10, >= 0.10.3)
4243
rb-inotify (~> 0.9, >= 0.9.10)
4344
mercenary (0.3.6)
4445
pathutil (0.16.2)
4546
forwardable-extended (~> 2.6)
46-
rb-fsevent (0.10.4)
47+
public_suffix (4.0.6)
48+
rb-fsevent (0.11.0)
4749
rb-inotify (0.10.1)
4850
ffi (~> 1.0)
49-
rexml (3.2.4)
50-
rouge (3.25.0)
51+
rexml (3.2.5)
52+
rouge (3.26.0)
5153
safe_yaml (1.0.5)
5254
sass (3.7.4)
5355
sass-listen (~> 4.0.0)
@@ -61,7 +63,7 @@ PLATFORMS
6163

6264
DEPENDENCIES
6365
jekyll (~> 3.9.0)
64-
jekyll-sitemap (~> 0.11.0)
66+
jekyll-sitemap (~> 0.12.0)
6567

6668
BUNDLED WITH
6769
1.17.3

0 commit comments

Comments
 (0)