From bfe76a3b6ee340cbc02196ae4ee86f1e9660bd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:57:13 +0000 Subject: [PATCH] Bump @hyperjump/json-schema from 1.16.5 to 1.17.1 Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.16.5 to 1.17.1. - [Commits](https://github.com/hyperjump-io/json-schema/compare/v1.16.5...v1.17.1) --- updated-dependencies: - dependency-name: "@hyperjump/json-schema" dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 ++++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 41 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbfa450..b056489 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.16.5", + "@hyperjump/json-schema": "^1.17.1", "prettier": "^3.6.2", "vitest": "^4.0.4", "yaml": "^2.8.1" @@ -462,12 +462,13 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.16.5", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.16.5.tgz", - "integrity": "sha512-7XMMw1uI22MHV3XjFzgSEk2rLEwW0YV7slALLlS0HwKs3yZAJyXEQlfn8dsbxT29phG85vLcj6wvC6pWXKUcNg==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.17.1.tgz", + "integrity": "sha512-7W7uRINiR6ihbtmJeEL90Fklr5oyRiL85EFiVFSEYkWHWw0T2CLEYf7HimYBM42wV1OSjWAXycl2+tkD87aOXQ==", "license": "MIT", "dependencies": { "@hyperjump/json-pointer": "^1.1.0", + "@hyperjump/json-schema-formats": "^1.0.0", "@hyperjump/pact": "^1.2.0", "@hyperjump/uri": "^1.2.0", "content-type": "^1.0.4", @@ -483,6 +484,20 @@ "@hyperjump/browser": "^1.1.0" } }, + "node_modules/@hyperjump/json-schema-formats": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema-formats/-/json-schema-formats-1.0.1.tgz", + "integrity": "sha512-qvcIxysnMfcPxyPSFFzzo28o2BN1CNT5b0tQXNUP0kaFpvptQNDg8SCLvlnMg2sYxuiuqna8+azGBaBthiskAw==", + "license": "MIT", + "dependencies": { + "@hyperjump/uri": "^1.3.2", + "idn-hostname": "^15.1.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/hyperjump-io" + } + }, "node_modules/@hyperjump/pact": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@hyperjump/pact/-/pact-1.3.0.tgz", @@ -497,9 +512,9 @@ } }, "node_modules/@hyperjump/uri": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@hyperjump/uri/-/uri-1.2.2.tgz", - "integrity": "sha512-Zn8AZb/j54KKUCckmcOzKCSCKpIpMVBc60zYaajD8Dq/1g4UN6TfAFi+uDa5o/6rf+I+5xDZjZpdzwfuhlC0xQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hyperjump/uri/-/uri-1.3.2.tgz", + "integrity": "sha512-OFo5oxuSEz1ktF/LDdBTptlnPyZ66jywLO4fJRuAhnr7NGnsiL2CPoj1JRVaDqVy0nXvWNsC8O8Muw9DR++eEg==", "license": "MIT", "funding": { "type": "github", @@ -1070,6 +1085,15 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, + "node_modules/idn-hostname": { + "version": "15.1.8", + "resolved": "https://registry.npmjs.org/idn-hostname/-/idn-hostname-15.1.8.tgz", + "integrity": "sha512-MmLwddtSVyMtzYxx+xs2IFEbfyg/facubL/mEaAoJX/XIfjt1ly5QhPByihf4yrxZYbkQfRZVEnBgISv/e2ZWw==", + "license": "MIT", + "dependencies": { + "punycode": "^2.3.1" + } + }, "node_modules/json-stringify-deterministic": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/json-stringify-deterministic/-/json-stringify-deterministic-1.0.12.tgz", @@ -1185,6 +1209,15 @@ "url": "https://github.com/prettier/prettier?sponsor=1" } }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/rollup": { "version": "4.52.5", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz", diff --git a/package.json b/package.json index 6f0ba29..b9c11ef 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://learn.openapis.org", "dependencies": { - "@hyperjump/json-schema": "^1.16.5", + "@hyperjump/json-schema": "^1.17.1", "prettier": "^3.6.2", "vitest": "^4.0.4", "yaml": "^2.8.1"