From be92c6efa8f312efaac1acf6642ce6e31fb4ff5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:58:50 +0000 Subject: [PATCH] jsonschema: Update to version 14.8.0 --- bucket/jsonschema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jsonschema.json b/bucket/jsonschema.json index 4bb7ac0235..76e264d7c6 100644 --- a/bucket/jsonschema.json +++ b/bucket/jsonschema.json @@ -1,13 +1,13 @@ { - "version": "14.7.2", + "version": "14.8.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.7.2/jsonschema-14.7.2-windows-x86_64.zip", - "hash": "9faedbcc4484ce665bc3123b87b7247ea1ec67d0dacc9036a2665cdc151685aa", - "extract_dir": "jsonschema-14.7.2-windows-x86_64" + "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" } }, "bin": "bin\\jsonschema.exe",