From cf6fc53344f5dea94034154e412bc827ef89fa5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:05:03 -0700 Subject: [PATCH] Bump nokogiri from 1.15.6 to 1.16.5 (#7555) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.5. - [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.15.6...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 657461538..5fdd95ba7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "github-pages", ">= 231", group: [:jekyll_plugins] # Force certain dependencies that may be upgraded to an unsupported version for Ruby 2.7 otherwise. -gem "nokogiri", "~> 1.15.6" +gem "nokogiri", "~> 1.16.5" gem "webrick", "~> 1.8" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 5b940f439..3e70bcd12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,14 +215,14 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.22.3) mutex_m (0.2.0) - nokogiri (1.15.6) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.25.1) @@ -267,7 +267,7 @@ PLATFORMS DEPENDENCIES github-pages (>= 231) - nokogiri (~> 1.15.6) + nokogiri (~> 1.16.5) tzinfo-data webrick (~> 1.8)