Skip to content

Commit 75afc88

Browse files
authored
Merge pull request #892 from Crown-Commercial-Service/dependabot/bundler/multi-5c113cbb90
build(deps): bump jwt, auth0, mini_racer and rubocop
2 parents 1f6e5e3 + 487dc1a commit 75afc88

2 files changed

Lines changed: 33 additions & 30 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'mini_racer'
1919
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2020
gem 'jbuilder', '~> 2.14', '>= 2.14.0'
2121

22-
gem 'jwt', '~> 2.2'
22+
gem 'jwt', '~> 3.2'
2323

2424
gem 'csv', '~> 3.3', '>= 3.3.4'
2525

@@ -71,7 +71,7 @@ gem 'sprockets-rails', '~> 3.5', '>= 3.5.1'
7171
gem 'rack-maintenance', '~> 3.0'
7272

7373
# Auth0 client for user setup scripts
74-
gem 'auth0', '~> 4.17', require: false
74+
gem 'auth0', '~> 5.20', require: false
7575

7676
# Locking above vulnerable version https://nvd.nist.gov/vuln/detail/CVE-2019-5477
7777
gem 'nokogiri', '>= 1.19.1'

Gemfile.lock

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@ GEM
9191
addressable (2.8.7)
9292
public_suffix (>= 2.0.2, < 7.0)
9393
ast (2.4.3)
94-
auth0 (4.17.0)
95-
jwt (~> 2.2.0)
96-
rest-client (~> 2.0.0)
97-
zache (~> 0.12.0)
94+
auth0 (5.20.0)
95+
addressable (~> 2.8)
96+
jwt (>= 2.7, < 4.0)
97+
rest-client (~> 2.1)
98+
retryable (~> 3.0)
99+
zache (~> 0.12)
98100
aws-eventstream (1.4.0)
99101
aws-partitions (1.1196.0)
100102
aws-sdk-core (3.240.0)
@@ -150,8 +152,7 @@ GEM
150152
date (3.5.1)
151153
diff-lcs (1.6.2)
152154
docile (1.4.0)
153-
domain_name (0.5.20190701)
154-
unf (>= 0.0.5, < 1.0.0)
155+
domain_name (0.6.20240107)
155156
dotenv (3.2.0)
156157
dotenv-rails (3.2.0)
157158
dotenv (= 3.2.0)
@@ -207,7 +208,8 @@ GEM
207208
logger
208209
highline (3.1.2)
209210
reline
210-
http-cookie (1.0.5)
211+
http-accept (1.7.0)
212+
http-cookie (1.1.6)
211213
domain_name (~> 0.5)
212214
httparty (0.24.2)
213215
csv
@@ -231,8 +233,9 @@ GEM
231233
thor (>= 0.14, < 2.0)
232234
js_cookie_rails (2.2.0)
233235
railties (>= 3.1)
234-
json (2.19.3)
235-
jwt (2.2.3)
236+
json (2.19.7)
237+
jwt (3.2.0)
238+
base64
236239
kaminari (1.2.2)
237240
activesupport (>= 4.1.0)
238241
kaminari-actionview (= 1.2.2)
@@ -246,7 +249,7 @@ GEM
246249
kaminari-core (= 1.2.2)
247250
kaminari-core (1.2.2)
248251
language_server-protocol (3.17.0.5)
249-
libv8-node (18.16.0.0)
252+
libv8-node (24.12.0.1)
250253
lint_roller (1.1.0)
251254
listen (3.8.0)
252255
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -268,13 +271,14 @@ GEM
268271
marcel (1.1.0)
269272
matrix (0.4.2)
270273
method_source (1.0.0)
271-
mime-types (3.5.1)
272-
mime-types-data (~> 3.2015)
273-
mime-types-data (3.2023.0808)
274+
mime-types (3.7.0)
275+
logger
276+
mime-types-data (~> 3.2025, >= 3.2025.0507)
277+
mime-types-data (3.2026.0414)
274278
mini_mime (1.1.5)
275279
mini_portile2 (2.8.9)
276-
mini_racer (0.8.0)
277-
libv8-node (~> 18.16.0.0)
280+
mini_racer (0.21.1)
281+
libv8-node (~> 24.12.0.1)
278282
minitest (6.0.2)
279283
drb (~> 2.0)
280284
prism (~> 1.5)
@@ -322,8 +326,8 @@ GEM
322326
orderly (0.1.1)
323327
capybara (>= 1.1)
324328
rspec (>= 2.14)
325-
parallel (1.27.0)
326-
parser (3.3.9.0)
329+
parallel (2.1.0)
330+
parser (3.3.11.1)
327331
ast (~> 2.4.1)
328332
racc
329333
pg (1.5.6)
@@ -401,15 +405,17 @@ GEM
401405
erb
402406
psych (>= 4.0.0)
403407
tsort
404-
regexp_parser (2.11.3)
408+
regexp_parser (2.12.0)
405409
reline (0.6.3)
406410
io-console (~> 0.5)
407411
request_store (1.5.1)
408412
rack (>= 1.4)
409-
rest-client (2.0.2)
413+
rest-client (2.1.0)
414+
http-accept (>= 1.7.0, < 2.0)
410415
http-cookie (>= 1.0.2, < 2.0)
411416
mime-types (>= 1.16, < 4.0)
412417
netrc (~> 0.8)
418+
retryable (3.0.5)
413419
rexml (3.4.4)
414420
rollbar (3.1.2)
415421
rspec (3.13.0)
@@ -433,11 +439,11 @@ GEM
433439
rspec-mocks (>= 3.13.0, < 5.0.0)
434440
rspec-support (>= 3.13.0, < 5.0.0)
435441
rspec-support (3.13.6)
436-
rubocop (1.86.0)
442+
rubocop (1.87.0)
437443
json (~> 2.3)
438444
language_server-protocol (~> 3.17.0.2)
439445
lint_roller (~> 1.1.0)
440-
parallel (~> 1.10)
446+
parallel (>= 1.10)
441447
parser (>= 3.3.0.2)
442448
rainbow (>= 2.2.2, < 4.0)
443449
regexp_parser (>= 2.9.3, < 3.0)
@@ -498,12 +504,9 @@ GEM
498504
tzinfo (>= 1.0.0)
499505
uglifier (4.2.0)
500506
execjs (>= 0.3.0, < 3)
501-
unf (0.1.4)
502-
unf_ext
503-
unf_ext (0.0.8.2)
504507
unicode-display_width (3.2.0)
505508
unicode-emoji (~> 4.1)
506-
unicode-emoji (4.1.0)
509+
unicode-emoji (4.2.0)
507510
uri (1.1.1)
508511
useragent (0.16.11)
509512
version_gem (1.1.9)
@@ -521,14 +524,14 @@ GEM
521524
websocket-extensions (0.1.5)
522525
xpath (3.2.0)
523526
nokogiri (~> 1.8)
524-
zache (0.12.0)
527+
zache (0.15.2)
525528
zeitwerk (2.7.5)
526529

527530
PLATFORMS
528531
ruby
529532

530533
DEPENDENCIES
531-
auth0 (~> 4.17)
534+
auth0 (~> 5.20)
532535
aws-sdk-s3 (>= 1.208.0)
533536
bootsnap (>= 1.1.0)
534537
brakeman
@@ -546,7 +549,7 @@ DEPENDENCIES
546549
jquery-rails (>= 4.6.1)
547550
js_cookie_rails (~> 2.2, >= 2.2.0)
548551
jsonapi-consumer!
549-
jwt (~> 2.2)
552+
jwt (~> 3.2)
550553
kaminari (>= 1.2.2)
551554
listen (~> 3.5, >= 3.5.1)
552555
lograge (>= 0.13.0)

0 commit comments

Comments
 (0)