diff --git a/package-lock.json b/package-lock.json index 057c637e9a..2d61f99419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@hyperjump/json-schema": "^1.13.0", + "@hyperjump/json-schema": "^1.14.0", "c8": "^10.1.3", "markdownlint-cli2": "^0.17.2", "vitest": "^3.1.2", @@ -514,9 +514,9 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.13.0.tgz", - "integrity": "sha512-3HKs7xTBeCHtsg4UxNwwsS2YRrplUJvxafeQ8pJLarUI4XmjuMGLLtJ3AoDxTLiXluLNl9hufLUyvGDXL7SIuA==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.14.0.tgz", + "integrity": "sha512-70ZtMDqQxEGy2Pzw7K2Tkrh48RilGzyrMbyoU04KyXAGPBWaBnZT+O6IRqyVbdcDfz5YhYeI6jweQtjQc9a7Xg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4038b0e439..dc7b118b6d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@hyperjump/json-schema": "^1.13.0", + "@hyperjump/json-schema": "^1.14.0", "c8": "^10.1.3", "markdownlint-cli2": "^0.17.2", "vitest": "^3.1.2",