diff --git a/package.json b/package.json index 09286a2b59..9910b4662d 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "joi": "^17.3.0", "js-sha256": "^0.9.0", "js-yaml": "^4.1.0", - "json-schema-to-ts": "2.9.1", + "json-schema-to-ts": "2.9.2", "json2csv": "^5.0.7", "knex": "^2.4.2", "lodash.get": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index f5c86a13b3..19fbdd6e22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5161,10 +5161,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.9.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz#0e055b787587477abdb7e880c874efad3dba7779" - integrity sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ== +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== dependencies: "@babel/runtime" "^7.18.3" "@types/json-schema" "^7.0.9"