From c60960cdbdcc20eb4ef2e8b0cb5ffcdef78d856f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:05:34 +0000 Subject: [PATCH] Bump nokogiri from 1.18.0 to 1.18.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.0 to 1.18.1. - [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.18.0...v1.18.1) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 88cb476..63c7a7c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "middleman-blog", "~> 4.0.3" gem "middleman-livereload", "~> 3.4.7" gem "middleman-minify-html", "~> 3.4.1" gem "middleman-syntax", "~> 3.4.0" -gem "nokogiri", "~> 1.18.0" +gem "nokogiri", "~> 1.18.1" gem 'terser', '~> 1.2.4' # For feed.xml.builder diff --git a/Gemfile.lock b/Gemfile.lock index f21cd05..46d7d1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,9 +96,9 @@ GEM middleman-core (>= 3.2) rouge (~> 3.2) minitest (5.22.2) - nokogiri (1.18.0-x64-mingw-ucrt) + nokogiri (1.18.1-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.18.0-x86_64-linux-gnu) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) padrino-helpers (0.15.3) i18n (>= 0.6.7, < 2) @@ -151,7 +151,7 @@ DEPENDENCIES middleman-livereload (~> 3.4.7) middleman-minify-html (~> 3.4.1) middleman-syntax (~> 3.4.0) - nokogiri (~> 1.18.0) + nokogiri (~> 1.18.1) rack (~> 2.2.10) redcarpet (~> 3.6.0) terser (~> 1.2.4)