diff --git a/package-lock.json b/package-lock.json index 452d34dd90..0c00c398b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "yargs": "^18.0.0" }, "devDependencies": { - "@hyperjump/json-schema": "^1.14.1", + "@hyperjump/json-schema": "^1.15.0", "c8": "^10.1.3", "markdownlint-cli2": "^0.18.1", "vitest": "^3.2.3", @@ -514,9 +514,9 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.14.1.tgz", - "integrity": "sha512-nHLVN342i1G2FGXZk9/mGzLts9hnvjUbZ1do5JZFDUJOZuu1L/S67s5V1i2tudPwq1cKZVJ5xCVx5CNgfYwXwA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.15.0.tgz", + "integrity": "sha512-G/IiPVbNkrT5R9XGJeStgFRDiIbfQHUxCq1T0UG01v8vLpw1B1GB5i8txJwI4WZi0sdrBvHxDJwKrBVTRzieGA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 84eb9f01ba..a8c3bdca57 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "yargs": "^18.0.0" }, "devDependencies": { - "@hyperjump/json-schema": "^1.14.1", + "@hyperjump/json-schema": "^1.15.0", "c8": "^10.1.3", "markdownlint-cli2": "^0.18.1", "vitest": "^3.2.3",