From 7403e75aa46eaed1c8bd225be836b00aad7f24b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:29:32 +0000 Subject: [PATCH] jsonschema: Update to version 14.0.1 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index 3732595b0b..982a5b6b3e 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "14.0.0", + "version": "14.0.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/v14.0.0/jsonschema-14.0.0-windows-x86_64.zip", - "hash": "e38ec50c2bfb9118fcf7e72d7ea08a9f3a91bb1a415b893250c2b1747c938cb9", - "extract_dir": "jsonschema-14.0.0-windows-x86_64" + "url": "https://github.com/sourcemeta/jsonschema/releases/download/v14.0.1/jsonschema-14.0.1-windows-x86_64.zip", + "hash": "45cb681a62f568e54a65a986ae1ff70ac7b00584b92fb5335213934b1f9acf17", + "extract_dir": "jsonschema-14.0.1-windows-x86_64" } }, "bin": "bin\\jsonschema.exe",