diff --git a/package-lock.json b/package-lock.json index 1f9eb42b..d67027ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "eslint-plugin-react-hooks": "4.6.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "json-schema-to-typescript": "^11.0.5", + "json-schema-to-typescript": "^13.0.0", "jsoneditor-react": "^3.1.2", "markdown-toc": "^1.2.0", "prettier": "2.8.8", @@ -18588,9 +18588,9 @@ "dev": true }, "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.2", + "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.2.tgz", + "integrity": "sha512-17G+mjx4nunvOpkPvcz7fdwUwYCEwyH8vR3Ym3rFiQ8uzAL3go+c1306Kk7iGRk8HuXBXqy+JJJmpYl0cvOllw==", "dev": true, "dependencies": { "@bcherny/json-schema-ref-parser": "10.0.5-fork", diff --git a/package.json b/package.json index 1db9657e..f2b314ea 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint-plugin-react-hooks": "4.6.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "json-schema-to-typescript": "^11.0.5", + "json-schema-to-typescript": "^13.0.0", "jsoneditor-react": "^3.1.2", "markdown-toc": "^1.2.0", "prettier": "2.8.8",