Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 4 vulnerabilities #694

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
gem "bootsnap", require: false
gem "byebug", require: false
gem "minitest", require: false
gem "nokogiri", require: false
gem "nokogiri", ">= 1.15.6", require: false
gem "parallel_tests", require: false
gem "ronn", require: false
gem "rspec", require: false
Expand All @@ -32,11 +32,11 @@ end
gem "activesupport"
gem "concurrent-ruby"
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
gem "mechanize"
gem "mechanize", ">= 2.8.2"
gem "patchelf"
gem "plist"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rails", ">= 2.11.1"
gem "rubocop-rspec"
gem "rubocop-sorbet"
gem "ruby-macho"
Expand Down
106 changes: 59 additions & 47 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
bindata (2.4.10)
bootsnap (1.7.5)
msgpack (~> 1.0)
Expand All @@ -18,69 +24,76 @@ GEM
colorize (0.8.1)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
did_you_mean (1.5.0)
diff-lcs (1.4.4)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20240107)
drb (2.2.1)
elftools (1.1.3)
bindata (~> 2)
highline (2.0.3)
hpricot (0.8.6)
http-cookie (1.0.4)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.8.10)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
mechanize (2.8.1)
addressable (~> 2.7)
json (2.7.2)
language_server-protocol (3.17.0.3)
mechanize (2.10.0)
addressable (~> 2.8)
base64
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.0)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nkf
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mini_portile2 (2.5.3)
minitest (5.14.4)
mime-types-data (3.2024.0305)
mini_portile2 (2.8.5)
minitest (5.22.3)
msgpack (1.4.2)
mustache (1.1.1)
mutex_m (0.2.0)
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.1)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nkf (0.2.0)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.20.1)
parallel (1.24.0)
parallel_tests (3.7.0)
parallel
parlour (6.0.0)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (3.0.1.1)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
patchelf (1.3.0)
elftools (>= 1.1.3)
plist (3.6.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rainbow (3.0.0)
public_suffix (5.0.5)
racc (1.7.3)
rack (3.0.10)
rainbow (3.1.1)
rdiscount (2.2.0.2)
regexp_parser (2.1.1)
rexml (3.2.5)
regexp_parser (2.9.0)
rexml (3.2.6)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
Expand Down Expand Up @@ -112,31 +125,34 @@ GEM
rspec (>= 3, < 4)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.17.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.11.0)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.4.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
rubocop-sorbet (0.6.2)
rubocop
ruby-macho (2.5.1)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
rubyntlm (0.6.3)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -165,16 +181,12 @@ GEM
spoom
thor (>= 0.19.2)
thor (1.1.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.5.0)
warning (1.2.0)
webrick (1.7.0)
webrick (1.8.1)
webrobots (0.1.2)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand All @@ -185,9 +197,9 @@ DEPENDENCIES
byebug
concurrent-ruby
did_you_mean
mechanize
mechanize (>= 2.8.2)
minitest
nokogiri
nokogiri (>= 1.15.6)
parallel_tests
patchelf
plist
Expand All @@ -202,7 +214,7 @@ DEPENDENCIES
rubocop
rubocop-ast
rubocop-performance
rubocop-rails
rubocop-rails (>= 2.11.1)
rubocop-rspec
rubocop-sorbet
ruby-macho
Expand Down
Loading