Skip to content

Commit d68b616

Browse files
committed
dep: security updates
Addresses: - rexml CVE-2025-58767 Low severity - sinatra CVE-2025-61921 Low severity - rack CVE-2026-22860 High severity, CVE-2026-25500 Moderate severity - nokogiri GHSA-wx95-c6cv-8532 Moderate severity - action_text-trix GHSA-qmpg-8xg6-ph5q Moderate severity - loofah GHSA-46fp-8f5p-pf2m Low severity - bcrypt CVE-2026-33306 Moderate severity
1 parent 5aa5e68 commit d68b616

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ GIT
108108
GEM
109109
remote: https://rubygems.org/
110110
specs:
111-
action_text-trix (2.1.16)
111+
action_text-trix (2.1.17)
112112
railties
113113
addressable (2.8.6)
114114
public_suffix (>= 2.0.2, < 6.0)
115115
ast (2.4.2)
116116
base64 (0.3.0)
117-
bcrypt (3.1.20)
117+
bcrypt (3.1.22)
118118
bigdecimal (4.0.1)
119119
bindex (0.8.1)
120120
brakeman (7.0.2)
@@ -166,7 +166,7 @@ GEM
166166
json (2.7.2)
167167
language_server-protocol (3.17.0.3)
168168
logger (1.7.0)
169-
loofah (2.25.0)
169+
loofah (2.25.1)
170170
crass (~> 1.0.2)
171171
nokogiri (>= 1.12.0)
172172
mail (2.9.0)
@@ -196,18 +196,18 @@ GEM
196196
net-smtp (0.5.1)
197197
net-protocol
198198
nio4r (2.7.5)
199-
nokogiri (1.19.0)
199+
nokogiri (1.19.2)
200200
mini_portile2 (~> 2.8.2)
201201
racc (~> 1.4)
202-
nokogiri (1.19.0-aarch64-linux-gnu)
202+
nokogiri (1.19.2-aarch64-linux-gnu)
203203
racc (~> 1.4)
204-
nokogiri (1.19.0-arm-linux-gnu)
204+
nokogiri (1.19.2-arm-linux-gnu)
205205
racc (~> 1.4)
206-
nokogiri (1.19.0-arm64-darwin)
206+
nokogiri (1.19.2-arm64-darwin)
207207
racc (~> 1.4)
208-
nokogiri (1.19.0-x86_64-darwin)
208+
nokogiri (1.19.2-x86_64-darwin)
209209
racc (~> 1.4)
210-
nokogiri (1.19.0-x86_64-linux-gnu)
210+
nokogiri (1.19.2-x86_64-linux-gnu)
211211
racc (~> 1.4)
212212
parallel (1.25.1)
213213
parser (3.3.3.0)
@@ -229,8 +229,8 @@ GEM
229229
puma (6.6.0)
230230
nio4r (~> 2.0)
231231
racc (1.8.1)
232-
rack (3.2.4)
233-
rack-protection (4.1.0)
232+
rack (3.2.5)
233+
rack-protection (4.2.1)
234234
base64 (>= 0.1.0)
235235
logger (>= 1.6.0)
236236
rack (>= 3.0.0, < 4)
@@ -272,7 +272,7 @@ GEM
272272
resque-pool (0.7.1)
273273
rake (>= 10.0, < 14.0)
274274
resque (>= 1.22, < 3)
275-
rexml (3.4.0)
275+
rexml (3.4.4)
276276
rouge (4.5.1)
277277
rqrcode (2.2.0)
278278
chunky_png (~> 1.0)
@@ -320,11 +320,11 @@ GEM
320320
rexml (~> 3.2, >= 3.2.5)
321321
rubyzip (>= 1.2.2, < 3.0)
322322
websocket (~> 1.0)
323-
sinatra (4.1.0)
323+
sinatra (4.2.1)
324324
logger (>= 1.6.0)
325325
mustermann (~> 3.0)
326326
rack (>= 3.0.0, < 4)
327-
rack-protection (= 4.1.0)
327+
rack-protection (= 4.2.1)
328328
rack-session (>= 2.0.0, < 3)
329329
tilt (~> 2.0)
330330
sqlite3 (2.5.0-aarch64-linux-gnu)

0 commit comments

Comments
 (0)