From 970f82f5444e5cf4c3236ca78aa61f986b1ae871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:52:46 +0000 Subject: [PATCH] chore(deps): bump json from 2.19.7 to 2.19.9 in the dependencies group Bumps the dependencies group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.19.7 to 2.19.9 - [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.19.7...v2.19.9) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4e4756e6135..277680475fd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "faraday", "2.14.2" gem "faraday-retry", "2.4.0" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.19.7" +gem "json", "2.19.9" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.19.3" gem "rake", "13.4.2" diff --git a/Gemfile.lock b/Gemfile.lock index da7da83de47..3d952de2f4f 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.19.7) + json (2.19.9) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -372,7 +372,7 @@ DEPENDENCIES fastimage github-pages (~> 232) httparty - json (= 2.19.7) + json (= 2.19.9) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.19.3)