From fe1ce4d6bfc08a9e7056152577b93ebd7415e8d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 22:46:29 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732769 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732779 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6af87499ac4015..f3f819fe3b8527 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,8 @@ source "https://rubygems.org" # gem "jekyll", "3.8.2" gem "jekyll", :git =>"https://github.com/jekyll/jekyll.git", :ref => '72dc3a56f399e5c249b2645391ebfd37d4d8a578' -gem "nokogiri", "1.8.3" -gem "html-proofer" +gem "nokogiri", "1.18.3" +gem "html-proofer", ">= 3.15.0" # If you have any plugins, put them here! group :jekyll_plugins do