From 90d0ebbfd835f2539be29c1d32dbf9829681ecd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:37:16 +0000 Subject: [PATCH] Bump html-proofer from 5.1.1 to 5.2.0 Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index efc6e036..255ba3a8 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ end group :development, :test do gem 'colorize', '~> 1.1', require: false - gem 'html-proofer', '~> 5.1' + gem 'html-proofer', '~> 5.2' gem 'jshint-rb', '~> 1.1', require: false gem 'parallel', '~> 1.27' gem 'rubocop', '~> 1.82', require: false diff --git a/Gemfile.lock b/Gemfile.lock index a371a4a3..f27f745d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,11 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (2.0.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) afm (1.0.0) ast (2.4.3) - async (2.34.0) + async (2.35.3) console (~> 1.29) fiber-annotation io-event (~> 1.11) @@ -78,7 +78,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) hashery (2.1.2) - html-proofer (5.1.1) + html-proofer (5.2.0) addressable (~> 2.3) async (~> 2.1) benchmark (~> 0.5) @@ -158,9 +158,9 @@ GEM mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nenv (0.3.0) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -171,7 +171,7 @@ GEM racc pathutil (0.16.2) forwardable-extended (~> 2.6) - pdf-reader (2.15.0) + pdf-reader (2.15.1) Ascii85 (>= 1.0, < 3.0, != 2.0.0) afm (>= 0.2.1, < 2) hashery (~> 2.0) @@ -182,7 +182,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) reline (>= 0.6.0) - public_suffix (6.0.2) + public_suffix (7.0.2) racc (1.8.1) rack (3.2.3) rack-protection (4.2.0) @@ -264,7 +264,7 @@ GEM unicode-display_width (2.6.0) webrick (1.9.2) yell (2.2.2) - zeitwerk (2.7.3) + zeitwerk (2.7.4) PLATFORMS arm64-darwin-24 @@ -277,7 +277,7 @@ DEPENDENCIES guard-rake (~> 1.0) guard-rubocop (~> 1.5) guard-shell (~> 0.7) - html-proofer (~> 5.1) + html-proofer (~> 5.2) jekyll (~> 4.4) jekyll-admin (~> 0.12) jekyll-analytics (~> 0.1)