diff --git a/package.json b/package.json index b2bc98db3..93e70d709 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "husky": "7.0.2", "jest": "27.1.0", "jest-runner-eslint": "0.10.1", - "json-schema-to-typescript": "10.1.4", + "json-schema-to-typescript": "10.1.5", "lint-staged": "11.1.2", "pinst": "2.1.6", "prettier": "2.3.2", diff --git a/yarn.lock b/yarn.lock index fa13f452f..2a5c52798 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7597,10 +7597,10 @@ json-schema-ref-parser@^9.0.6: dependencies: "@apidevtools/json-schema-ref-parser" "9.0.9" -json-schema-to-typescript@10.1.4: - version "10.1.4" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-10.1.4.tgz#6d8ae66937d07bd054095fc4a541aa81acea3549" - integrity sha512-HWm23Z6Fnj3rnm4FKZh3sMz70hNoA+AfqVuV+ZcwFIhq6v76YVUMZSLlonrw7GI5yIoiuuJjB5rqakIYRCLlsg== +json-schema-to-typescript@10.1.5: + version "10.1.5" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-10.1.5.tgz#9ac32808eb4d7c158684e270438ad07256c0cb1c" + integrity sha512-X8bNNksfCQo6LhEuqNxmZr4eZpPjXZajmimciuk8eWXzZlif9Brq7WuMGD/SOhBKcRKP2SGVDNZbC28WQqx9Rg== dependencies: "@types/json-schema" "^7.0.6" "@types/lodash" "^4.14.168"