diff --git a/package-lock.json b/package-lock.json index 0b2cd76473..9a97d37c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@hyperjump/json-schema": "^1.14.0", + "@hyperjump/json-schema": "^1.14.1", "c8": "^10.1.3", "markdownlint-cli2": "^0.17.2", "vitest": "^3.1.3", @@ -514,9 +514,9 @@ } }, "node_modules/@hyperjump/json-schema": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.14.0.tgz", - "integrity": "sha512-70ZtMDqQxEGy2Pzw7K2Tkrh48RilGzyrMbyoU04KyXAGPBWaBnZT+O6IRqyVbdcDfz5YhYeI6jweQtjQc9a7Xg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@hyperjump/json-schema/-/json-schema-1.14.1.tgz", + "integrity": "sha512-nHLVN342i1G2FGXZk9/mGzLts9hnvjUbZ1do5JZFDUJOZuu1L/S67s5V1i2tudPwq1cKZVJ5xCVx5CNgfYwXwA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 98b334517c..4b3e3216b2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@hyperjump/json-schema": "^1.14.0", + "@hyperjump/json-schema": "^1.14.1", "c8": "^10.1.3", "markdownlint-cli2": "^0.17.2", "vitest": "^3.1.3",