From 77f2fe21378e57899a698106cf61e7f3bd3b0337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:00:30 +0000 Subject: [PATCH] Bump json from 2.5.1 to 2.6.3 Bumps [json](https://github.com/flori/json) from 2.5.1 to 2.6.3. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.5.1...v2.6.3) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1389a1..52a590b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'bourbon', '~> 4.2.1' gem 'jekyll-babel', '~>1.1.0' gem 'jekyll-paginate', '~>1.1.0' gem 'jekyll', '~>3.9.0' -gem 'json', '~> 2.3' +gem 'json', '~> 2.6' gem 'neat', '~> 1.7.1' gem 'nokogiri', '~> 1.13.6' gem 'rouge', '~> 2.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 1638f82..4a84025 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM sass (~> 3.4) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.5.1) + json (2.6.3) kramdown (2.3.1) rexml kramdown-parser-gfm (1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES jekyll-babel (~> 1.1.0) jekyll-github-metadata (~> 2.14) jekyll-paginate (~> 1.1.0) - json (~> 2.3) + json (~> 2.6) kramdown (~> 2.3.1) kramdown-parser-gfm (~> 1.1.0) neat (~> 1.7.1)