diff --git a/package.json b/package.json index 790d738e03..682ae0dbad 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "joi": "^17.3.0", "js-sha256": "^0.9.0", "js-yaml": "^4.1.0", - "json-schema-to-ts": "2.7.2", + "json-schema-to-ts": "2.8.2", "json2csv": "^5.0.7", "knex": "^2.4.2", "lodash.get": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index 057028140b..f47a326eed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4727,10 +4727,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-ts@2.7.2: - version "2.7.2" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz#e8df41d7153e5517f0e68dbe57be12bb3609d6d5" - integrity sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ== +json-schema-to-ts@2.8.2: + version "2.8.2" + resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.8.2.tgz#233b810b73f01e0ab93ad06ddccb1c2b98f23b8d" + integrity sha512-qyITu0FeIGLDMBaaAaMSWXSwpcgnuR5YEhNdLkD4nhCDrpjCKCJzO9pup99giDbzpGf5eX2o9OxCOe/29SaSbQ== dependencies: "@babel/runtime" "^7.18.3" "@types/json-schema" "^7.0.9"