From 7aee3ac2920de269311ecf394691e40384cd917d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:19:59 +0000 Subject: [PATCH] Bump jsonschema from 1.4.1 to 1.5.0 Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.4.1 to 1.5.0. - [Commits](https://github.com/tdegrunt/jsonschema/commits) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d62c6f574..337ef844e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint": "~8.28.0", "eslint-plugin-mocha": "~9.0.0", "husky": "~6.0.0", - "jsonschema": "~1.4.0", + "jsonschema": "~1.5.0", "markdown-link-check": "~3.13.7", "markdownlint-cli": "~0.32.2", "mocha": "~9.2.2",