From 4ff3a3c591e7034a3ca19aaf7b056b50b08839f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:09:35 +0000 Subject: [PATCH] Bump nokogiri from 1.12.3 to 1.15.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.3 to 1.15.6. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.3...v1.15.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index ecb1af624cd8..bc06b962e815 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :jekyll_plugins do end gem 'sinatra', '2.1.0' -gem 'nokogiri', '1.12.3' +gem 'nokogiri', '1.15.6' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library diff --git a/Gemfile.lock b/Gemfile.lock index 4a2f84ce8534..32b51b1381bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,19 +70,17 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.6.1) + mini_portile2 (2.8.5) multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.12.3) - mini_portile2 (~> 2.6.1) - racc (~> 1.4) - nokogiri (1.12.3-x64-mingw32) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - racc (1.5.2) + racc (1.7.3) rack (2.2.3) rack-protection (2.1.0) rack @@ -130,7 +128,7 @@ DEPENDENCIES jekyll-sitemap (= 1.4.0) jekyll-time-to-read (= 0.1.2) jekyll-toc (= 0.17.1) - nokogiri (= 1.12.3) + nokogiri (= 1.15.6) rake (= 13.0.6) sass-globbing (= 1.1.5) sassc (= 2.1.0)