From e058133a5b5d8576902b5e8fee77ed1ebf79a2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:50:18 +0000 Subject: [PATCH] Bump jekyll-toc from 0.18.0 to 0.19.0 Bumps [jekyll-toc](https://github.com/toshimaru/jekyll-toc) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/toshimaru/jekyll-toc/releases) - [Commits](https://github.com/toshimaru/jekyll-toc/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: jekyll-toc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6ee3820922a..4f93d8c9cbd 100644 --- a/Gemfile +++ b/Gemfile @@ -50,4 +50,4 @@ group :jekyll_plugins do gem "jekyll-last-modified-at" end -gem "jekyll-toc", "~> 0.18.0" +gem "jekyll-toc", "~> 0.19.0" diff --git a/Gemfile.lock b/Gemfile.lock index c68ca4a5660..eaeaf376b7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM public_suffix (>= 3.0, < 6.0) typhoeus (~> 1.3) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) jekyll (3.9.5) addressable (~> 2.4) @@ -145,7 +145,7 @@ GEM jekyll-seo-tag (~> 2.0) jekyll-titles-from-headings (0.5.3) jekyll (>= 3.3, < 5.0) - jekyll-toc (0.18.0) + jekyll-toc (0.19.0) jekyll (>= 3.9) nokogiri (~> 1.12) jekyll-watch (2.2.1) @@ -155,7 +155,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) @@ -177,10 +177,10 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.15) - public_suffix (5.0.4) + public_suffix (5.0.5) racc (1.7.3) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) rexml (3.2.8) strscan (>= 3.0.9) @@ -247,7 +247,7 @@ DEPENDENCIES jekyll-theme-tactile (= 0.2.0) jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) - jekyll-toc (~> 0.18.0) + jekyll-toc (~> 0.19.0) kramdown (= 2.4.0) kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.4)