From e1afb35a1f9e0d9a670bfe09f036ad1cafb63202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:03:06 +0000 Subject: [PATCH] chore(deps): bump json from 2.16.0 to 2.17.1 in the dependencies group Bumps the dependencies group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.16.0 to 2.17.1 - [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.16.0...v2.17.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.17.1 dependency-type: direct:production update-type: version-update:semver-minor 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 62d290fea63..4728d3d8397 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "faraday", "2.14.0" gem "faraday-retry", "2.3.2" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.16.0" +gem "json", "2.17.1" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9c406595682..231f7e283d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.16.0) + json (2.17.1) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -366,7 +366,7 @@ DEPENDENCIES fastimage github-pages (~> 232) httparty - json (= 2.16.0) + json (= 2.17.1) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.18.10)