Skip to content

Commit 4d8da07

Browse files
authored
fix: pact_broker/Gemfile.lock to reduce vulnerabilities (#79)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2620374 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630623 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630898
1 parent f404cd3 commit 4d8da07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pact_broker/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
ruby2_keywords (~> 0.0.1)
6969
mysql2 (0.5.3)
7070
nio4r (2.5.8)
71-
nokogiri (1.13.3)
71+
nokogiri (1.13.4)
7272
mini_portile2 (~> 2.8.0)
7373
racc (~> 1.4)
7474
pact-support (1.17.0)
@@ -129,15 +129,15 @@ GEM
129129
rack (>= 1.4)
130130
roar (1.1.1)
131131
representable (~> 3.0)
132-
ruby-next-core (0.15.0)
132+
ruby-next-core (0.15.1)
133133
ruby2_keywords (0.0.5)
134134
sanitize (6.0.0)
135135
crass (~> 1.0.2)
136136
nokogiri (>= 1.12.0)
137137
semantic_logger (4.10.0)
138138
concurrent-ruby (~> 1.0)
139139
semver2 (3.4.2)
140-
sequel (5.54.0)
140+
sequel (5.55.0)
141141
sinatra (2.2.0)
142142
mustermann (~> 1.0)
143143
rack (~> 2.2)

0 commit comments

Comments
 (0)