From ffa622664ed1070675d56fde5e31fb8c08c94e3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:31:36 +0000 Subject: [PATCH] jsonschema: Update to version 14.3.0 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index 1b7e1280f2..4f1b8d43a2 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "14.2.0", + "version": "14.3.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/v14.2.0/jsonschema-14.2.0-windows-x86_64.zip", - "hash": "b2333fb56b067d6cc772ab028d0ccb0797ae9968fd4de9250706f4f15efad232", - "extract_dir": "jsonschema-14.2.0-windows-x86_64" + "url": "https://github.com/sourcemeta/jsonschema/releases/download/v14.3.0/jsonschema-14.3.0-windows-x86_64.zip", + "hash": "839949c87c59c084df3003f8356b545ea71430df4d5d5efbffab2f6d6817cab8", + "extract_dir": "jsonschema-14.3.0-windows-x86_64" } }, "bin": "bin\\jsonschema.exe",