From 1523d75e9f3a4218308568c156f7487726bd299a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:57:57 +0000 Subject: [PATCH] Bump @hyperjump/json-schema from 1.16.2 to 1.16.3 Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.16.2 to 1.16.3. - [Commits](https://github.com/hyperjump-io/json-schema/compare/v1.16.2...v1.16.3) --- updated-dependencies: - dependency-name: "@hyperjump/json-schema" dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2108495..cf8686b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fluent/bundle": "^0.19.1", "@hyperjump/browser": "^1.3.1", "@hyperjump/json-pointer": "^1.1.1", - "@hyperjump/json-schema": "^1.16.0", + "@hyperjump/json-schema": "^1.16.3", "@hyperjump/pact": "^1.4.0", "leven": "^4.0.0" }, @@ -764,9 +764,9 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.16.2.tgz", - "integrity": "sha512-MJNvaEFc79+h5rvBPgAJK4OHEUr0RqsKcLC5rc3V9FEsJyQAjnP910deRFoZCE068kX/NrAPPhunMgUMwonPtg==", + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.16.3.tgz", + "integrity": "sha512-Vgr6+q05/TDcxTKXFGJEtAs1UDXfisX6vtthQhO3W4r63cNH07TVGJUqgyj34LoHCL1CDsOFjH5fCgSxljfOrg==", "license": "MIT", "dependencies": { "@hyperjump/json-pointer": "^1.1.0", diff --git a/package.json b/package.json index 7de5e51..f9783c0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fluent/bundle": "^0.19.1", "@hyperjump/browser": "^1.3.1", "@hyperjump/json-pointer": "^1.1.1", - "@hyperjump/json-schema": "^1.16.0", + "@hyperjump/json-schema": "^1.16.3", "@hyperjump/pact": "^1.4.0", "leven": "^4.0.0" }