From ab2b2b147dd8a3c862fd01c43a4d3204234cc8f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 12:33:00 +0000 Subject: [PATCH] fix(deps): update dependency json-schema-to-ts to v2.5.5 (#1865) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d6ebf24dc..9fa12f83da 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "helmet": "^5.0.0", "joi": "^17.3.0", "js-yaml": "^4.1.0", - "json-schema-to-ts": "2.5.4", + "json-schema-to-ts": "2.5.5", "knex": "^2.0.0", "log4js": "^6.0.0", "make-fetch-happen": "^10.1.2", diff --git a/yarn.lock b/yarn.lock index 38954f614b..7d3519e997 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4556,10 +4556,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-schema-to-ts@2.5.4: - version "2.5.4" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.5.4.tgz#64008cf5e203284289922bd622bff82043a1a4ed" - integrity sha512-wlaYrGg+aYq0aEjSDY3cAFNzJVD2GvdrVIlvMdrbOLwkaMarXBiX+k0qm5Myb2aI3xjvdqsZoGs63JPS/M8+dg== +json-schema-to-ts@2.5.5: + version "2.5.5" + resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.5.5.tgz#09022355466dc07451b0d1235d4056ae67bceaa1" + integrity sha512-GFD5t0fUnX/B0gE9xbHjxv2BwFXRJND2+OKoLoMElJ3XRJ7dOBlLT7KXpg96aETeZ0RJbAZOfqHALBf5k4aIIA== dependencies: "@types/json-schema" "^7.0.9" ts-algebra "^1.1.1"