diff --git a/package.json b/package.json index e7adf59..24f7d66 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@nuxt/test-utils-edge": "^3.2.3-rc.0-27949872.7479d46", "@types/accepts": "^1.3.5", "accepts": "^1.3.8", - "json-schema-to-typescript": "^11.0.2", + "json-schema-to-typescript": "^12.0.0", "json2ts": "^0.0.7", "nuxt": "^3.2.2", "nuxt-proxy": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index 8eecb47..f7104fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3582,10 +3582,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-schema-to-typescript@^11.0.2: - version "11.0.5" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-11.0.5.tgz#04020422b7970e1c3b2ee8b601548e8751e1cd03" - integrity sha512-ZNlvngzlPzjYYECbR+uJ9aUWo25Gw/VuwUytvcuKiwc6NaiZhMyf7qBsxZE2eixmj8AoQEQJhSRG7btln0sUDw== +json-schema-to-typescript@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-12.0.0.tgz#62ec4e9632f1d672fd3b4d81cf0d74f6df29bc23" + integrity sha512-Uk/BDIAo8vqepPBhM86UhNMHgCv7JulicNj/BgnQPHE1fGCoej0UTtcEYzXU/uk6lSvbZCf7pccW+dnNMrr5rg== dependencies: "@bcherny/json-schema-ref-parser" "10.0.5-fork" "@types/json-schema" "^7.0.11"