diff --git a/package.json b/package.json index e7adf59..e61db3f 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": "^13.0.1", "json2ts": "^0.0.7", "nuxt": "^3.2.2", "nuxt-proxy": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index 8eecb47..7bfd66d 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@^13.0.1: + version "13.0.1" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-13.0.1.tgz#efcde0733dd9d3b535ffd66a444526d9ab6de70e" + integrity sha512-VU+Spn84eLJyt8R0Bmg2soTwHQFgvrGrU7V8mXbhqWFdEYCFekSYk4JcpCzx0i/WzjEVJKAU7r0y0PVYT14E6Q== dependencies: "@bcherny/json-schema-ref-parser" "10.0.5-fork" "@types/json-schema" "^7.0.11"