From 59b51246a60649e3f17199eb62396a8093d20fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:15:37 +0200 Subject: [PATCH] Bump jekyll-toc from 0.17.0 to 0.17.1 (#17860) Bumps [jekyll-toc](https://github.com/toshimaru/jekyll-toc) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/toshimaru/jekyll-toc/releases) - [Commits](https://github.com/toshimaru/jekyll-toc/compare/v0.17.0...v0.17.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 27784675efc..40777f75456 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ group :jekyll_plugins do gem 'jekyll-sitemap', '1.4.0' gem 'jekyll-time-to-read', '0.1.2' gem 'jekyll-commonmark', '1.3.1' - gem 'jekyll-toc', '0.17.0' + gem 'jekyll-toc', '0.17.1' end gem 'sinatra', '2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8ba4ae5b4de..ae082c0abf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,9 +56,9 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-time-to-read (0.1.2) jekyll - jekyll-toc (0.17.0) + jekyll-toc (0.17.1) jekyll (>= 3.9) - nokogiri (~> 1.10) + nokogiri (~> 1.11) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.3.1) @@ -129,7 +129,7 @@ DEPENDENCIES jekyll-paginate (= 1.1.0) jekyll-sitemap (= 1.4.0) jekyll-time-to-read (= 0.1.2) - jekyll-toc (= 0.17.0) + jekyll-toc (= 0.17.1) nokogiri (= 1.11.3) rake (= 13.0.3) sass-globbing (= 1.1.5)