diff --git a/package.json b/package.json index 000723fd12..0fa2475a53 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "joi": "^17.3.0", "js-sha256": "^0.10.0", "js-yaml": "^4.1.0", - "json-schema-to-ts": "2.9.2", + "json-schema-to-ts": "2.12.0", "json2csv": "^5.0.7", "knex": "^2.5.1", "lodash.get": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index 5092cd9724..7f4a00f33c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4472,14 +4472,14 @@ json-pointer@0.6.2, json-pointer@^0.6.2: dependencies: foreach "^2.0.4" -json-schema-to-ts@2.9.2: - version "2.9.2" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.2.tgz#a054bc6410f13c7a2fc51aeabac52292e885b98d" - integrity sha512-h9WqLkTVpBbiaPb5OmeUpz/FBLS/kvIJw4oRCPiEisIu2WjMh+aai0QIY2LoOhRFx5r92taGLcerIrzxKBAP6g== +json-schema-to-ts@2.12.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.12.0.tgz#fd8bc79cebadc7bee5be1e32b289f4f7e1c2e4ae" + integrity sha512-uTde38yBm5lzJSRPWRaasxZo72pb+JGE4iUksNdNfAkFaLhV4N9akeBxPPUpZy5onINt9Zo0oTLrAoEXyZESiQ== dependencies: "@babel/runtime" "^7.18.3" "@types/json-schema" "^7.0.9" - ts-algebra "^1.2.0" + ts-algebra "^1.2.2" json-schema-traverse@^0.4.1: version "0.4.1" @@ -6964,10 +6964,10 @@ truncate-utf8-bytes@^1.0.0: dependencies: utf8-byte-length "^1.0.1" -ts-algebra@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.0.tgz#f91c481207a770f0d14d055c376cbee040afdfc9" - integrity sha512-kMuJJd8B2N/swCvIvn1hIFcIOrLGbWl9m/J6O3kHx9VRaevh00nvgjPiEGaRee7DRaAczMYR2uwWvXU22VFltw== +ts-algebra@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.2.tgz#b75d301c28cd4126cd344760a47b43e48e2872e0" + integrity sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA== ts-node@10.9.2: version "10.9.2"