From bc17616b71dc5bdd815b399e4d1e8cfba9e60074 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Sep 2021 22:41:35 +0000 Subject: [PATCH] chore(deps): update dependency json-schema-to-typescript to v10.1.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"