Skip to content

Commit c6f4c58

Browse files
authored
Merge pull request #59 from SC-Samir/fix-json-cve
fix cve json et cleanup libs
2 parents 69ef151 + f07c282 commit c6f4c58

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
action_text-trix (2.1.16)
4+
action_text-trix (2.1.17)
55
railties
66
actioncable (8.1.2)
77
actionpack (= 8.1.2)
@@ -75,7 +75,7 @@ GEM
7575
securerandom (>= 0.3)
7676
tzinfo (~> 2.0, >= 2.0.5)
7777
uri (>= 0.13.1)
78-
addressable (2.8.8)
78+
addressable (2.8.9)
7979
public_suffix (>= 2.0.2, < 8.0)
8080
base64 (0.3.0)
8181
bigdecimal (4.0.1)
@@ -125,9 +125,9 @@ GEM
125125
jbuilder (2.14.1)
126126
actionview (>= 7.0.0)
127127
activesupport (>= 7.0.0)
128-
json (2.18.1)
128+
json (2.19.2)
129129
logger (1.7.0)
130-
loofah (2.25.0)
130+
loofah (2.25.1)
131131
crass (~> 1.0.2)
132132
nokogiri (>= 1.12.0)
133133
mail (2.9.0)
@@ -169,7 +169,7 @@ GEM
169169
psych (5.3.1)
170170
date
171171
stringio
172-
public_suffix (7.0.2)
172+
public_suffix (7.0.5)
173173
puma (7.2.0)
174174
nio4r (~> 2.0)
175175
racc (1.8.1)
@@ -199,8 +199,8 @@ GEM
199199
activesupport (>= 5.0.0)
200200
minitest
201201
nokogiri (>= 1.6)
202-
rails-html-sanitizer (1.6.2)
203-
loofah (~> 2.21)
202+
rails-html-sanitizer (1.7.0)
203+
loofah (~> 2.25)
204204
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
205205
railties (8.1.2)
206206
actionpack (= 8.1.2)
@@ -218,7 +218,7 @@ GEM
218218
tsort
219219
redis (5.4.1)
220220
redis-client (>= 0.22.0)
221-
redis-client (0.26.4)
221+
redis-client (0.28.0)
222222
connection_pool
223223
regexp_parser (2.11.3)
224224
reline (0.6.3)
@@ -256,7 +256,7 @@ GEM
256256
stringio (3.2.0)
257257
thor (1.5.0)
258258
tilt (2.7.0)
259-
timeout (0.6.0)
259+
timeout (0.6.1)
260260
tsort (0.2.0)
261261
turbo-rails (2.0.23)
262262
actionpack (>= 7.1.0)

0 commit comments

Comments
 (0)