From 3e8ad3eb73cc9c251bcbfebb5dbfa30fdfe25c97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:30:03 +0000 Subject: [PATCH] jsonschema: Update to version 13.2.1 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index e7d264c5ab..5e39938ea5 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "13.2.0", + "version": "13.2.1", "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/v13.2.0/jsonschema-13.2.0-windows-x86_64.zip", - "hash": "d50870af897a27a0a201623927411096c78f3f7125826754d775075f0dc35ff5", - "extract_dir": "jsonschema-13.2.0-windows-x86_64" + "url": "https://github.com/sourcemeta/jsonschema/releases/download/v13.2.1/jsonschema-13.2.1-windows-x86_64.zip", + "hash": "90956f4f830f815d5b43452c8b9d95e4439d4fab256f1b93323ded2d583fc06f", + "extract_dir": "jsonschema-13.2.1-windows-x86_64" } }, "bin": "bin\\jsonschema.exe",