From 7e549976c0d7dcb5b98a30b6cd86b1fc9dd3392f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:52:27 +0000 Subject: [PATCH] chore(deps): update dependency json-schema-to-typescript to v13 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d015c1718..5812b3742 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",