From a8727c8fa22d0f238b45fa42f21531e8b343ab40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:31:00 +0000 Subject: [PATCH] jsonschema: Update to version 13.0.0 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index 61ac2a6e01..5a96ab010c 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "12.10.1", + "version": "13.0.0", "description": "JSON Schema formatting, linting, testing, bundling and more for local development and CI/CD pipelines.", "homepage": "https://github.com/sourcemeta/jsonschema", "license": "AGPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/sourcemeta/jsonschema/releases/download/v12.10.1/jsonschema-12.10.1-windows-x86_64.zip", - "hash": "208fb78688652c46cdde3d582c9e088d56ac03ede2ef6f2e716e26d9d123e66c", - "extract_dir": "jsonschema-12.10.1-windows-x86_64" + "url": "https://github.com/sourcemeta/jsonschema/releases/download/v13.0.0/jsonschema-13.0.0-windows-x86_64.zip", + "hash": "efe3a7e3f6a575e0c3acd2b1c0e4d9cea50d1e79b0c2dfce3d3db1d2c7265713", + "extract_dir": "jsonschema-13.0.0-windows-x86_64" } }, "bin": "bin\\jsonschema.exe",