diff --git a/package-lock.json b/package-lock.json index 22dcc5514..10f360532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,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", @@ -18388,9 +18388,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.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", diff --git a/package.json b/package.json index 6060ac2ed..43cac4e07 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,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",