From 4256ab7fc6758b8e654c5c05440864b610d2ff02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 07:50:13 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608 --- Gemfile | 2 +- Gemfile.lock | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 4d399819..9189f934 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "4.1.0" +gem "jekyll", "4.1.1" gem "jekyll-llmstxt" # This is the default theme for new Jekyll sites. You may change this to anything you like. diff --git a/Gemfile.lock b/Gemfile.lock index f7c1e7b9..c62fe696 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,14 +4,16 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) colorator (1.1.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.5) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) ethon (0.15.0) ffi (>= 1.15.0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.2) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) forwardable-extended (2.6.0) html-proofer (3.19.4) addressable (~> 2.3) @@ -22,9 +24,9 @@ GEM typhoeus (~> 1.3) yell (~> 2.0) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.7) concurrent-ruby (~> 1.0) - jekyll (4.1.0) + jekyll (4.1.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -45,8 +47,8 @@ GEM sassc (> 2.0.1, < 3.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.4.0) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) @@ -65,13 +67,13 @@ GEM parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.1.1) + public_suffix (6.0.2) racc (1.6.2) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.9) + rexml (3.4.4) rouge (3.30.0) safe_yaml (1.0.5) sassc (2.4.0) @@ -91,10 +93,10 @@ PLATFORMS DEPENDENCIES html-proofer (~> 3.19, >= 3.19.4) - jekyll (= 4.1.0) + jekyll (= 4.1.1) jekyll-llmstxt tzinfo-data webrick (~> 1.8, >= 1.8.2) BUNDLED WITH - 2.2.24 + 2.3.26