From 0819d14b770a5d7aed7f9534a3c422401682c2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:52:58 +0000 Subject: [PATCH] build(deps): bump nokogiri from 1.6.0 to 1.14.3 in /website/www Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.0 to 1.14.3. - [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.6.0...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/www/Gemfile | 2 +- website/www/Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/website/www/Gemfile b/website/www/Gemfile index eea83f62c75..ed77c53f13b 100644 --- a/website/www/Gemfile +++ b/website/www/Gemfile @@ -5,7 +5,7 @@ gem "less", "~> 2.2.2" gem "middleman", "~> 3.1.5" gem "middleman-blog", "~> 3.3.0" gem "middleman-minify-html", "~> 3.1.1" -gem "nokogiri", "~> 1.6.0" +gem "nokogiri", "~> 1.14.3" gem "rack-contrib", "~> 1.1.0" gem "redcarpet", "~> 3.0.0" gem "therubyracer", "~> 0.12.0" diff --git a/website/www/Gemfile.lock b/website/www/Gemfile.lock index bf03aaa4097..5db8174d080 100644 --- a/website/www/Gemfile.lock +++ b/website/www/Gemfile.lock @@ -67,10 +67,12 @@ GEM sprockets (~> 2.1) sprockets-helpers (~> 1.0.0) sprockets-sass (~> 1.0.0) - mini_portile (0.5.1) + mini_portile2 (2.8.5) multi_json (1.8.0) - nokogiri (1.6.0) - mini_portile (~> 0.5.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.7.3) rack (1.5.2) rack-contrib (1.1.0) rack (>= 0.9.1) @@ -118,7 +120,7 @@ DEPENDENCIES middleman (~> 3.1.5) middleman-blog (~> 3.3.0) middleman-minify-html (~> 3.1.1) - nokogiri (~> 1.6.0) + nokogiri (~> 1.14.3) rack-contrib (~> 1.1.0) redcarpet (~> 3.0.0) therubyracer (~> 0.12.0)