From 62114830805dd1b6cd54922352c53db21f4a754d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jun 2024 20:31:04 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/ruby-app-thresholds/Gemfile & test/acceptance/workspaces/ruby-app-thresholds/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 --- .../workspaces/ruby-app-thresholds/Gemfile | 2 +- .../workspaces/ruby-app-thresholds/Gemfile.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/test/acceptance/workspaces/ruby-app-thresholds/Gemfile b/test/acceptance/workspaces/ruby-app-thresholds/Gemfile index 88d27cc9f0..a9a3ee8211 100644 --- a/test/acceptance/workspaces/ruby-app-thresholds/Gemfile +++ b/test/acceptance/workspaces/ruby-app-thresholds/Gemfile @@ -1,5 +1,5 @@ source :rubygems -gem "sanitize", "4.6.2" +gem "sanitize", "4.6.3" gem "yard", "0.8.0" gem "lynx", "0.4.0" diff --git a/test/acceptance/workspaces/ruby-app-thresholds/Gemfile.lock b/test/acceptance/workspaces/ruby-app-thresholds/Gemfile.lock index 1471006e88..e7536881dc 100644 --- a/test/acceptance/workspaces/ruby-app-thresholds/Gemfile.lock +++ b/test/acceptance/workspaces/ruby-app-thresholds/Gemfile.lock @@ -1,14 +1,16 @@ GEM remote: http://rubygems.org/ specs: - crass (1.0.4) + crass (1.0.6) lynx (0.4.0) - mini_portile2 (2.3.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.8.7) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogumbo (1.5.0) nokogiri - sanitize (4.6.2) + racc (1.8.0) + sanitize (4.6.3) crass (~> 1.0.2) nokogiri (>= 1.4.4) nokogumbo (~> 1.4) @@ -19,8 +21,8 @@ PLATFORMS DEPENDENCIES lynx (= 0.4.0) - sanitize (= 4.6.2) + sanitize (= 4.6.3) yard (= 0.8.0) BUNDLED WITH - 1.16.5 + 1.17.3