From 47d796f2d90d44c1644ea146a1f150c13524fc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:41:55 +0000 Subject: [PATCH] Bump nokogiri from 1.12.2 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.2 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.12.2...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 34d0e20c3..f37284a75 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :jekyll_plugins do gem 'jekyll-paginate', '1.1.0' gem 'jekyll-asciidoc' gem 'jekyll-toc' - gem 'nokogiri', '1.12.2' # Addresssing security issue in earlier versions of this library + gem 'nokogiri', '1.14.3' # Addresssing security issue in earlier versions of this library gem 'jekyll-feed' end diff --git a/Gemfile.lock b/Gemfile.lock index 2a375ecad..c84a0df36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,10 +85,10 @@ 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.1) multipart-post (2.1.1) - nokogiri (1.12.2) - mini_portile2 (~> 2.6.1) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) @@ -96,7 +96,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.2) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) @@ -132,7 +132,7 @@ DEPENDENCIES jekyll-redirect-from (= 0.16.0) jekyll-sitemap (= 1.4.0) jekyll-toc - nokogiri (= 1.12.2) + nokogiri (= 1.14.3) s3_website (= 3.3.0) webrick (~> 1.7)