diff --git a/package.json b/package.json index de2e827..419f861 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "eslint": "^8.57.0", "eslint-config-oclif-typescript": "3.1.7", "http-call": "^5.3.0", - "json-schema-to-typescript": "^14.1.0", + "json-schema-to-typescript": "^15.0.0", "jsonwebtoken": "^8.3.0", "typescript": "^4.9.5" }, diff --git a/yarn.lock b/yarn.lock index c9cf941..0162db0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1507,10 +1507,10 @@ json-parse-better-errors@^1.0.1: resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== -json-schema-to-typescript@^14.1.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-14.1.0.tgz#31160d9cf13bf8f948a7ccefdf97e995bc183591" - integrity sha512-VIeAFQkn88gFh26MSHWG4uX7TjK/arTw0NVLMZn6vX1WrSF+P6xu5MyEdovu+9PJ0uiS5gm0wzwQvYW9eSq1uw== +json-schema-to-typescript@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-15.0.0.tgz#cf7767eee4adaf73041cc0fc9d35e1d5f953585b" + integrity sha512-gOX3cJB4eL1ztMc3WUh569ubRcKnr8MnYk++6+/WaaN4bufGHSR6EcbUbvLZgirPQOfvni5SSGkRx0pYloYU8A== dependencies: "@apidevtools/json-schema-ref-parser" "^11.5.5" "@types/json-schema" "^7.0.15"