Skip to content

Commit f05e93e

Browse files
authored
fix(security): patch rack rack-cors nokogiri httparty dependency vulnerabilities (#662)
1 parent 6add008 commit f05e93e

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'groupdate', '5.2.2'
3131
gem 'useragent'
3232
gem 'jwt'
3333
gem 'bcrypt'
34-
gem 'httparty', '0.18.1'
34+
gem 'httparty', '0.21.0'
3535
gem 'ipaddress', '0.8.3'
3636
gem 'openid_connect', '1.4.2'
3737
gem 'json'

Gemfile.lock

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ GEM
107107
activesupport (>= 6.1)
108108
groupdate (5.2.2)
109109
activesupport (>= 5)
110-
httparty (0.18.1)
111-
mime-types (~> 3.0)
110+
httparty (0.21.0)
111+
mini_mime (>= 1.0.0)
112112
multi_xml (>= 0.5.2)
113113
httpclient (2.8.3)
114114
i18n (1.12.0)
@@ -133,11 +133,8 @@ GEM
133133
net-smtp
134134
marcel (1.0.4)
135135
method_source (1.0.0)
136-
mime-types (3.4.1)
137-
mime-types-data (~> 3.2015)
138-
mime-types-data (3.2022.0105)
139136
mini_mime (1.1.2)
140-
mini_portile2 (2.8.1)
137+
mini_portile2 (2.8.5)
141138
minitest (5.17.0)
142139
multi_xml (0.6.0)
143140
net-http (0.4.1)
@@ -152,8 +149,8 @@ GEM
152149
net-smtp (0.3.3)
153150
net-protocol
154151
nio4r (2.7.0)
155-
nokogiri (1.14.0)
156-
mini_portile2 (~> 2.8.0)
152+
nokogiri (1.16.2)
153+
mini_portile2 (~> 2.8.2)
157154
racc (~> 1.4)
158155
openid_connect (1.4.2)
159156
activemodel
@@ -167,9 +164,9 @@ GEM
167164
validate_url
168165
webfinger (~> 1.2)
169166
public_suffix (5.0.1)
170-
racc (1.6.2)
171-
rack (2.2.5)
172-
rack-cors (1.1.1)
167+
racc (1.7.3)
168+
rack (2.2.8.1)
169+
rack-cors (2.0.2)
173170
rack (>= 2.0.0)
174171
rack-oauth2 (1.21.3)
175172
activesupport
@@ -273,7 +270,7 @@ DEPENDENCIES
273270
forest_liana!
274271
forestadmin-jsonapi-serializers
275272
groupdate (= 5.2.2)
276-
httparty (= 0.18.1)
273+
httparty (= 0.21.0)
277274
ipaddress (= 0.8.3)
278275
json
279276
json-jwt (>= 1.16)

0 commit comments

Comments
 (0)