diff --git a/Gemfile.lock b/Gemfile.lock index 29bd721f56b..3aeb2509160 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,13 +208,13 @@ GEM mini_portile2 (2.8.5) multi_xml (0.6.0) netrc (0.11.0) - nokogiri (1.16.0-aarch64-linux) + nokogiri (1.16.5-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.0-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) octokit (6.1.1) faraday (>= 1, < 3) @@ -258,7 +258,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -334,6 +335,7 @@ GEM thor (>= 0.19.2) stackprof (0.2.25) stringio (3.1.0) + strscan (3.1.0) tapioca (0.13.3) bundler (>= 2.2.25) netrc (>= 0.11.0) diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index caffd056fc9..3ff95b3cd6e 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -228,7 +228,7 @@ GEM mini_portile2 (2.8.6) multi_xml (0.6.0) netrc (0.11.0) - nokogiri (1.16.4) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (6.1.1) @@ -294,7 +294,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -362,6 +363,7 @@ GEM sorbet-runtime (0.5.11353) stackprof (0.2.25) stringio (3.1.0) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) toml-rb (2.2.0)