From b7e60f8e96458ab4643e1478a12b3f3d524f0fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:32:43 +0000 Subject: [PATCH] jsonschema: Update to version 14.9.0 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index 76e264d7c6..070fac6bf1 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "14.8.0", + "version": "14.9.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.8.0/jsonschema-14.8.0-windows-x86_64.zip", - "hash": "4c4aabc548cc6ddf93b890d85df418157f458ad6f79bc0a0a68520daa720ecb4", - "extract_dir": "jsonschema-14.8.0-windows-x86_64" + "url": "https://github.com/sourcemeta/jsonschema/releases/download/v14.9.0/jsonschema-14.9.0-windows-x86_64.zip", + "hash": "b53a61eb286bc0b3ea5bd8061a99a7bfaef9233a446eb3bc44a4b2dc1be983b2", + "extract_dir": "jsonschema-14.9.0-windows-x86_64" } }, "bin": "bin\\jsonschema.exe",