From e33a99ba1ed2a5dc67963b26098a90f902ad82f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:39:20 +0000 Subject: [PATCH] Bump jekyll-minifier from 0.1.10 to 0.2.2 Bumps [jekyll-minifier](https://github.com/digitalsparky/jekyll-minifier) from 0.1.10 to 0.2.2. - [Release notes](https://github.com/digitalsparky/jekyll-minifier/releases) - [Changelog](https://github.com/digitalsparky/jekyll-minifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/digitalsparky/jekyll-minifier/compare/0.1.10...v0.2.2) --- updated-dependencies: - dependency-name: jekyll-minifier dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 7896edc..17a5ead 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'jekyll-link-attributes', '~> 1.0' gem 'jekyll-polyglot', '~> 1.10' gem 'jekyll-seo-tag' -gem 'jekyll-minifier', '~> 0.1.10' +gem 'jekyll-minifier', '~> 0.2.2' gem 'jekyll-sitemap', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index ae9258b..1eaabca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,10 +4,10 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) - bigdecimal (3.2.2) + bigdecimal (3.2.3) colorator (1.1.0) concurrent-ruby (1.3.5) - cssminify2 (2.0.1) + cssminify2 (2.1.0) csv (3.3.5) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -17,10 +17,10 @@ GEM ffi (1.17.2) ffi (1.17.2-arm64-darwin) forwardable-extended (2.6.0) - google-protobuf (4.31.1) + google-protobuf (4.32.1) bigdecimal rake (>= 13) - google-protobuf (4.31.1-arm64-darwin) + google-protobuf (4.32.1-arm64-darwin) bigdecimal rake (>= 13) htmlcompressor (0.4.0) @@ -49,12 +49,12 @@ GEM jekyll-imagemagick (1.4.0) jekyll (>= 3.4) jekyll-link-attributes (1.0.1) - jekyll-minifier (0.1.10) - cssminify2 (~> 2.0) + jekyll-minifier (0.2.2) + cssminify2 (~> 2.1.0) htmlcompressor (~> 0.4) - jekyll (>= 3.5) + jekyll (~> 4.0) json-minify (~> 0.0.3) - uglifier (~> 4.1) + terser (~> 1.2.3) jekyll-polyglot (1.10.0) jekyll (>= 4.0, >= 3.0) jekyll-sass-converter (3.1.0) @@ -68,7 +68,7 @@ GEM nokogiri (~> 1.12) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.12.2) + json (2.15.0) json-minify (0.0.3) json (> 0) kramdown (2.5.1) @@ -94,17 +94,17 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.2) - rouge (4.5.2) + rexml (3.4.4) + rouge (4.6.1) safe_yaml (1.0.5) - sass-embedded (1.89.2) + sass-embedded (1.93.2) google-protobuf (~> 4.31) rake (>= 13) - sass-embedded (1.89.2-arm64-darwin) + sass-embedded (1.93.2-arm64-darwin) google-protobuf (~> 4.31) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - uglifier (4.2.1) + terser (1.2.6) execjs (>= 0.3.0, < 3) unicode-display_width (2.6.0) webrick (1.9.1) @@ -117,7 +117,7 @@ DEPENDENCIES jekyll (~> 4.4.1) jekyll-imagemagick (~> 1.4) jekyll-link-attributes (~> 1.0) - jekyll-minifier (~> 0.1.10) + jekyll-minifier (~> 0.2.2) jekyll-polyglot (~> 1.10) jekyll-seo-tag jekyll-sitemap (~> 1.4)