From b6db6131c41d204397354e810995471284417f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:52:59 +0000 Subject: [PATCH] chore(deps): bump json from 2.21.2 to 3.0.2 Bumps [json](https://github.com/ruby/json) from 2.21.2 to 3.0.2. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.21.2...v3.0.2) --- updated-dependencies: - dependency-name: json dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 63b1ef5f396..5454d9bfff5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "faraday", "2.14.3" gem "faraday-retry", "2.4.0" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.21.2" +gem "json", "3.0.2" gem "language_server-protocol", "3.17.0.6" gem "nokogiri", "~> 1.19.4" gem "rake", "13.4.2" diff --git a/Gemfile.lock b/Gemfile.lock index 2bb528ad3b0..6bedf25cd97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.21.2) + json (3.0.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -372,7 +372,7 @@ DEPENDENCIES fastimage github-pages (~> 232) httparty - json (= 2.21.2) + json (= 3.0.2) language_server-protocol (= 3.17.0.6) minitest nokogiri (~> 1.19.4)