From 5e52e441c67812c70abc9aa14888dabca7aa7e0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 05:57:42 +0000 Subject: [PATCH] fix: ruby/examples/parse/Gemfile & ruby/examples/parse/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714 --- ruby/examples/parse/Gemfile | 2 +- ruby/examples/parse/Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruby/examples/parse/Gemfile b/ruby/examples/parse/Gemfile index 0d758433..93aac9dd 100644 --- a/ruby/examples/parse/Gemfile +++ b/ruby/examples/parse/Gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "nokogiri", ">= 1.12.5" \ No newline at end of file +gem "nokogiri", ">= 1.15.7" \ No newline at end of file diff --git a/ruby/examples/parse/Gemfile.lock b/ruby/examples/parse/Gemfile.lock index 57cf4ca3..a9ab2671 100644 --- a/ruby/examples/parse/Gemfile.lock +++ b/ruby/examples/parse/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.6.1) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + mini_portile2 (2.8.8) + nokogiri (1.15.7) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - racc (1.5.2) + racc (1.8.1) PLATFORMS ruby DEPENDENCIES - nokogiri (>= 1.12.5) + nokogiri (>= 1.15.7) BUNDLED WITH 1.17.3