From 4b943f3bd4226a3fe8df7490d5cff489d2a280c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:58:23 +0000 Subject: [PATCH] Bump @hyperjump/json-schema from 1.9.9 to 1.16.5 Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.9.9 to 1.16.5. - [Commits](https://github.com/hyperjump-io/json-schema/compare/v1.9.9...v1.16.5) --- updated-dependencies: - dependency-name: "@hyperjump/json-schema" dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b670d8..cbfa450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@hyperjump/json-schema": "^1.9.9", + "@hyperjump/json-schema": "^1.16.5", "prettier": "^3.6.2", "vitest": "^4.0.4", "yaml": "^2.8.1" @@ -462,9 +462,9 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.9.9.tgz", - "integrity": "sha512-+3aN6GaJvRzQ3H5JxO4wIuYiw6/iQLJ260DvtlaY5DDK0ti4uPmmEg56ijGsyYABj00GVTxyOkFO1BH9AN707w==", + "version": "1.16.5", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.16.5.tgz", + "integrity": "sha512-7XMMw1uI22MHV3XjFzgSEk2rLEwW0YV7slALLlS0HwKs3yZAJyXEQlfn8dsbxT29phG85vLcj6wvC6pWXKUcNg==", "license": "MIT", "dependencies": { "@hyperjump/json-pointer": "^1.1.0", diff --git a/package.json b/package.json index 2166755..6f0ba29 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://learn.openapis.org", "dependencies": { - "@hyperjump/json-schema": "^1.9.9", + "@hyperjump/json-schema": "^1.16.5", "prettier": "^3.6.2", "vitest": "^4.0.4", "yaml": "^2.8.1"