From cc8b3ea3dc974e4296cd1772e47501483ca81793 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:32:23 +0000 Subject: [PATCH] jsonschema: Update to version 14.0.4 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index 26478008fa..947d3fddaa 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "14.0.3", + "version": "14.0.4", "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.3/jsonschema-14.0.3-windows-x86_64.zip", - "hash": "f62692cb1d96bff4043269b127c72223e489059a4cec8739f3e745d4b2a6b6d0", - "extract_dir": "jsonschema-14.0.3-windows-x86_64" + "url": "https://github.com/sourcemeta/jsonschema/releases/download/v14.0.4/jsonschema-14.0.4-windows-x86_64.zip", + "hash": "ebf9371f2e096431713b4160a13053316a521f8a8c9f9657782edf2e9c1f6dec", + "extract_dir": "jsonschema-14.0.4-windows-x86_64" } }, "bin": "bin\\jsonschema.exe",