From 5d92ec57af0dcbcb97ad57b55e631989be5bab61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:15:41 +0000 Subject: [PATCH] Update JSON requirement from 1.0.1 to 1.2.0 in /GeneralMetaData Updates the requirements on [JSON](https://github.com/JuliaIO/JSON.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIO/JSON.jl/releases) - [Commits](https://github.com/JuliaIO/JSON.jl/compare/v1.0.1...v1.2.0) --- updated-dependencies: - dependency-name: JSON dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GeneralMetaData/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeneralMetaData/Project.toml b/GeneralMetaData/Project.toml index c36c9ae..3fed60c 100644 --- a/GeneralMetaData/Project.toml +++ b/GeneralMetaData/Project.toml @@ -9,7 +9,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" -JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +JSON = "1.2.0" JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" @@ -21,7 +21,7 @@ DataFrames = "1.8.0" DataStructures = "0.19.1" Dates = "1.11.0" HTTP = "1.10.17" -JSON = "1.0.1" +JSON = "1.2.0" JSON3 = "1.14.3" Statistics = "1.11.1" StatsBase = "0.34.6"