Skip to content

Commit 7846741

Browse files
authored
Merge pull request #1184 from Crown-Commercial-Service/snyk-fix-f61c1a8261cb6a82fbc89e4aec4d2214
[Snyk] Fix for 5 vulnerabilities
2 parents 8201e17 + 236291f commit 7846741

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gem 'parslet'
8686
gem 'rack-maintenance', '~> 3.0'
8787

8888
# For parsing and manipulating excel docs
89-
gem 'rubyXL', '~> 3.4', '>= 3.4.26'
89+
gem 'rubyXL', '~> 3.4', '>= 3.4.28'
9090

9191
# SOAP-related libraries for Workday integration
9292
gem 'lolsoap', '>= 0.11.0', require: false
@@ -97,7 +97,7 @@ gem 'http', '>= 4.0.0'
9797
gem 'hashdiff', require: false
9898

9999
# Manually set Nokgiri version, to update version.
100-
gem 'nokogiri', '>= 1.18.8'
100+
gem 'nokogiri', '>= 1.18.9'
101101

102102
# Fix for already initialized constant warning, see: https://stackoverflow.com/questions/67773514/getting-warning-already-initialized-constant-on-assets-precompile-at-the-time
103103
gem 'net-http', '>= 0.4.0'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,9 @@ GEM
521521
rubocop-ast (>= 1.44.0, < 2.0)
522522
ruby-progressbar (1.13.0)
523523
ruby2_keywords (0.0.5)
524-
rubyXL (3.4.27)
524+
rubyXL (3.4.34)
525525
nokogiri (>= 1.10.8)
526-
rubyzip (>= 1.3.0)
526+
rubyzip (~> 2.4)
527527
ruby_event_store (2.17.1)
528528
concurrent-ruby (~> 1.0, >= 1.1.6)
529529
ruby_event_store-active_record (2.17.1)
@@ -534,7 +534,7 @@ GEM
534534
ruby_event_store (= 2.17.1)
535535
ruby_event_store-rspec (2.14.0)
536536
rspec (~> 3.0)
537-
rubyzip (2.3.2)
537+
rubyzip (2.4.1)
538538
sass-rails (6.0.0)
539539
sassc-rails (~> 2.1, >= 2.1.1)
540540
sassc (2.4.0)
@@ -654,7 +654,7 @@ DEPENDENCIES
654654
lolsoap (>= 0.11.0)
655655
mutex_m (~> 0.3.0)
656656
net-http (>= 0.4.0)
657-
nokogiri (>= 1.18.8)
657+
nokogiri (>= 1.18.9)
658658
omniauth-google-oauth2 (>= 1.2.0)
659659
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2)
660660
parslet
@@ -671,7 +671,7 @@ DEPENDENCIES
671671
rspec-rails (~> 7.0, >= 7.0.0)
672672
rubocop (>= 1.66.0)
673673
rubocop-rails (~> 2.31, >= 2.31.0)
674-
rubyXL (~> 3.4, >= 3.4.26)
674+
rubyXL (~> 3.4, >= 3.4.28)
675675
ruby_event_store-rspec
676676
sass-rails (~> 6.0, >= 6.0.0)
677677
shoulda-matchers (~> 6.0, >= 6.0.0)

0 commit comments

Comments
 (0)