diff --git a/package-lock.json b/package-lock.json index 1c0d0f91a..9c9578e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "eslint-plugin-react-hooks": "4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", - "json-schema-to-typescript": "^11.0.2", + "json-schema-to-typescript": "^13.0.0", "jsoneditor-react": "^3.1.2", "markdown-toc": "^1.2.0", "prettier": "2.8.8", @@ -17152,9 +17152,9 @@ "license": "MIT" }, "node_modules/json-schema-to-typescript": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-11.0.5.tgz", - "integrity": "sha512-ZNlvngzlPzjYYECbR+uJ9aUWo25Gw/VuwUytvcuKiwc6NaiZhMyf7qBsxZE2eixmj8AoQEQJhSRG7btln0sUDw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.1.tgz", + "integrity": "sha512-F3CYhtA7F3yPbb8vF7sFchk/2dnr1/yTKf8RcvoNpjnh67ZS/ZMH1ElLt5KHAtf2/bymiejLQQszszPWEeTdSw==", "dev": true, "dependencies": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", @@ -35440,9 +35440,9 @@ "dev": true }, "json-schema-to-typescript": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-11.0.5.tgz", - "integrity": "sha512-ZNlvngzlPzjYYECbR+uJ9aUWo25Gw/VuwUytvcuKiwc6NaiZhMyf7qBsxZE2eixmj8AoQEQJhSRG7btln0sUDw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.1.tgz", + "integrity": "sha512-F3CYhtA7F3yPbb8vF7sFchk/2dnr1/yTKf8RcvoNpjnh67ZS/ZMH1ElLt5KHAtf2/bymiejLQQszszPWEeTdSw==", "dev": true, "requires": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", diff --git a/package.json b/package.json index 787fd8599..0d185c751 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "eslint-plugin-react-hooks": "4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", - "json-schema-to-typescript": "^11.0.2", + "json-schema-to-typescript": "^13.0.0", "jsoneditor-react": "^3.1.2", "markdown-toc": "^1.2.0", "prettier": "2.8.8",