Skip to content

Commit 828cb99

Browse files
authored
Bundle & Yarn Security Updates (#394)
* Bundle and yarn security updates * Bundle and yarn security updates
1 parent 37718e7 commit 828cb99

File tree

3 files changed

+98
-98
lines changed

3 files changed

+98
-98
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ GEM
6060
minitest (>= 5.1)
6161
tzinfo (~> 2.0)
6262
zeitwerk (~> 2.3)
63-
addressable (2.8.0)
64-
public_suffix (>= 2.0.2, < 5.0)
63+
addressable (2.8.1)
64+
public_suffix (>= 2.0.2, < 6.0)
6565
ansi (1.5.0)
6666
archive-zip (0.12.0)
6767
io-like (~> 0.3.0)
@@ -121,7 +121,7 @@ GEM
121121
dry-logic (1.2.0)
122122
concurrent-ruby (~> 1.0)
123123
dry-core (~> 0.5, >= 0.5)
124-
dry-schema (1.9.3)
124+
dry-schema (1.10.2)
125125
concurrent-ruby (~> 1.0)
126126
dry-configurable (~> 0.13, >= 0.13.0)
127127
dry-core (~> 0.5, >= 0.5)
@@ -184,7 +184,7 @@ GEM
184184
method_source (1.0.0)
185185
mini_mime (1.1.2)
186186
mini_portile2 (2.8.0)
187-
minitest (5.16.2)
187+
minitest (5.16.3)
188188
minitest-rails (6.1.0)
189189
minitest (~> 5.10)
190190
railties (~> 6.1.0)
@@ -193,7 +193,7 @@ GEM
193193
builder
194194
minitest (>= 5.0)
195195
ruby-progressbar
196-
msgpack (1.5.4)
196+
msgpack (1.5.6)
197197
net-protocol (0.1.3)
198198
timeout
199199
net-smtp (0.3.1)
@@ -204,7 +204,7 @@ GEM
204204
nokogiri (1.13.8)
205205
mini_portile2 (~> 2.8.0)
206206
racc (~> 1.4)
207-
oj (3.13.20)
207+
oj (3.13.21)
208208
orm_adapter (0.5.0)
209209
parallel (1.22.1)
210210
parser (3.1.2.1)
@@ -213,14 +213,14 @@ GEM
213213
prime (0.1.2)
214214
forwardable
215215
singleton
216-
pry (0.13.1)
216+
pry (0.14.1)
217217
coderay (~> 1.1)
218218
method_source (~> 1.0)
219-
pry-byebug (3.9.0)
219+
pry-byebug (3.10.1)
220220
byebug (~> 11.0)
221-
pry (~> 0.13.0)
222-
public_suffix (4.0.7)
223-
puma (5.6.4)
221+
pry (>= 0.13, < 0.15)
222+
public_suffix (5.0.0)
223+
puma (5.6.5)
224224
nio4r (~> 2.0)
225225
racc (1.6.0)
226226
rack (2.2.4)
@@ -276,7 +276,7 @@ GEM
276276
actionpack (>= 5.2, < 7.1)
277277
activesupport (>= 5.2, < 7.1)
278278
addressable (~> 2.7)
279-
rubocop (1.35.0)
279+
rubocop (1.35.1)
280280
json (~> 2.3)
281281
parallel (~> 1.10)
282282
parser (>= 3.1.2.1)
@@ -308,10 +308,10 @@ GEM
308308
rubyzip (>= 1.2.2, < 3.0)
309309
websocket (~> 1.0)
310310
semantic_range (3.0.0)
311-
sentry-rails (5.4.1)
311+
sentry-rails (5.4.2)
312312
railties (>= 5.0)
313-
sentry-ruby (~> 5.4.1)
314-
sentry-ruby (5.4.1)
313+
sentry-ruby (~> 5.4.2)
314+
sentry-ruby (5.4.2)
315315
concurrent-ruby (~> 1.0, >= 1.0.2)
316316
singleton (0.1.1)
317317
spring (2.1.1)

gemfiles/Gemfile-mysql.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ GEM
6060
minitest (>= 5.1)
6161
tzinfo (~> 2.0)
6262
zeitwerk (~> 2.3)
63-
addressable (2.8.0)
64-
public_suffix (>= 2.0.2, < 5.0)
63+
addressable (2.8.1)
64+
public_suffix (>= 2.0.2, < 6.0)
6565
ansi (1.5.0)
6666
archive-zip (0.12.0)
6767
io-like (~> 0.3.0)
@@ -121,7 +121,7 @@ GEM
121121
dry-logic (1.2.0)
122122
concurrent-ruby (~> 1.0)
123123
dry-core (~> 0.5, >= 0.5)
124-
dry-schema (1.9.3)
124+
dry-schema (1.10.2)
125125
concurrent-ruby (~> 1.0)
126126
dry-configurable (~> 0.13, >= 0.13.0)
127127
dry-core (~> 0.5, >= 0.5)
@@ -140,7 +140,7 @@ GEM
140140
dry-core (~> 0.5, >= 0.5)
141141
dry-initializer (~> 3.0)
142142
dry-schema (~> 1.8, >= 1.8.0)
143-
erubi (1.10.0)
143+
erubi (1.11.0)
144144
execjs (2.8.1)
145145
ffi (1.15.5)
146146
foreman (0.87.2)
@@ -184,7 +184,7 @@ GEM
184184
method_source (1.0.0)
185185
mini_mime (1.1.2)
186186
mini_portile2 (2.8.0)
187-
minitest (5.16.2)
187+
minitest (5.16.3)
188188
minitest-rails (6.1.0)
189189
minitest (~> 5.10)
190190
railties (~> 6.1.0)
@@ -193,7 +193,7 @@ GEM
193193
builder
194194
minitest (>= 5.0)
195195
ruby-progressbar
196-
msgpack (1.5.4)
196+
msgpack (1.5.6)
197197
mysql2 (0.5.4)
198198
net-protocol (0.1.3)
199199
timeout
@@ -205,22 +205,22 @@ GEM
205205
nokogiri (1.13.8)
206206
mini_portile2 (~> 2.8.0)
207207
racc (~> 1.4)
208-
oj (3.13.19)
208+
oj (3.13.21)
209209
orm_adapter (0.5.0)
210210
parallel (1.22.1)
211-
parser (3.1.2.0)
211+
parser (3.1.2.1)
212212
ast (~> 2.4.1)
213213
prime (0.1.2)
214214
forwardable
215215
singleton
216-
pry (0.13.1)
216+
pry (0.14.1)
217217
coderay (~> 1.1)
218218
method_source (~> 1.0)
219-
pry-byebug (3.9.0)
219+
pry-byebug (3.10.1)
220220
byebug (~> 11.0)
221-
pry (~> 0.13.0)
222-
public_suffix (4.0.7)
223-
puma (5.6.4)
221+
pry (>= 0.13, < 0.15)
222+
public_suffix (5.0.0)
223+
puma (5.6.5)
224224
nio4r (~> 2.0)
225225
racc (1.6.0)
226226
rack (2.2.4)
@@ -276,17 +276,17 @@ GEM
276276
actionpack (>= 5.2, < 7.1)
277277
activesupport (>= 5.2, < 7.1)
278278
addressable (~> 2.7)
279-
rubocop (1.32.0)
279+
rubocop (1.35.1)
280280
json (~> 2.3)
281281
parallel (~> 1.10)
282-
parser (>= 3.1.0.0)
282+
parser (>= 3.1.2.1)
283283
rainbow (>= 2.2.2, < 4.0)
284284
regexp_parser (>= 1.8, < 3.0)
285285
rexml (>= 3.2.5, < 4.0)
286-
rubocop-ast (>= 1.19.1, < 2.0)
286+
rubocop-ast (>= 1.20.1, < 2.0)
287287
ruby-progressbar (~> 1.7)
288288
unicode-display_width (>= 1.4.0, < 3.0)
289-
rubocop-ast (1.19.1)
289+
rubocop-ast (1.21.0)
290290
parser (>= 3.1.1.0)
291291
ruby-debug-ide (0.7.3)
292292
rake (>= 0.8.1)
@@ -308,10 +308,10 @@ GEM
308308
rubyzip (>= 1.2.2, < 3.0)
309309
websocket (~> 1.0)
310310
semantic_range (3.0.0)
311-
sentry-rails (5.4.1)
311+
sentry-rails (5.4.2)
312312
railties (>= 5.0)
313-
sentry-ruby (~> 5.4.1)
314-
sentry-ruby (5.4.1)
313+
sentry-ruby (~> 5.4.2)
314+
sentry-ruby (5.4.2)
315315
concurrent-ruby (~> 1.0, >= 1.0.2)
316316
singleton (0.1.1)
317317
spring (2.1.1)

0 commit comments

Comments
 (0)