Skip to content

Commit

Permalink
fix(deps): update dependency json-schema-to-ts to v2 (#1526)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 25, 2022
1 parent e274775 commit a497f86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -98,7 +98,7 @@
"joi": "^17.3.0",
"js-yaml": "^4.1.0",
"knex": "1.0.4",
"json-schema-to-ts": "^1.6.5",
"json-schema-to-ts": "^2.0.0",
"log4js": "^6.0.0",
"memoizee": "^0.4.15",
"mime": "^3.0.0",
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Expand Up @@ -3991,13 +3991,14 @@ 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@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-1.6.5.tgz#9cc1d3806d33bc7b4700354b8d449b6ad79c3473"
integrity sha512-BLUdzgz50XV+NMrSg8+KrUvV7Oh1eb/kLsyPbkWXFTXTloWkAsq7MbAppibE+DyMy4PasS/7bFQPwTIHx35r+A==
json-schema-to-ts@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.2.0.tgz#c721d995f41070d69a34b1a3bf9d0ce8742ffda0"
integrity sha512-iGG2SWjElCW1ZtX5J4L6fE00IL/NpJFKSlui/Ebe0VSc5MNNVtsxt6vqSySSx0SSfhxMAy1q4DATFvZ4L3InXA==
dependencies:
"@types/json-schema" "^7.0.6"
ts-toolbelt "^6.15.5"
"@types/json-schema" "^7.0.9"
ts-algebra "^1.0.1"
ts-toolbelt "^9.6.0"

json-schema-traverse@^0.4.1:
version "0.4.1"
Expand Down Expand Up @@ -6096,6 +6097,13 @@ trim-newlines@^4.0.2:
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c"
integrity sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==

ts-algebra@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.0.1.tgz#fb86115d26b039c761431d7abee83040410fa59b"
integrity sha512-4AxsR+UtXCM808JQ+x9OoHfq7xajXbh+ODpDVjahFdkXjKY4237e6aQbQK9KXr3X97M8E7mXNYf9VkUYJ0RLpw==
dependencies:
ts-toolbelt "^9.6.0"

ts-jest@27.1.4:
version "27.1.4"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
Expand Down Expand Up @@ -6129,10 +6137,10 @@ ts-node@10.7.0:
v8-compile-cache-lib "^3.0.0"
yn "3.1.1"

ts-toolbelt@^6.15.5:
version "6.15.5"
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-6.15.5.tgz#cb3b43ed725cb63644782c64fbcad7d8f28c0a83"
integrity sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A==
ts-toolbelt@^9.6.0:
version "9.6.0"
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz#50a25426cfed500d4a09bd1b3afb6f28879edfd5"
integrity sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==

tsc-watch@5.0.3:
version "5.0.3"
Expand Down

0 comments on commit a497f86

Please sign in to comment.