Skip to content

Commit

Permalink
fix(deps): update dependency ts-json-schema-generator to v0.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 14, 2021
1 parent b9da756 commit d806ab5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rimraf": "3.0.2",
"semantic-release": "17.4.2",
"ts-jest": "26.5.4",
"ts-json-schema-generator": "0.89.3",
"ts-json-schema-generator": "0.90.0",
"ts-node": "9.1.1",
"typescript": "4.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.0.0",
"swagger-ui-express": "^4.1.4",
"ts-json-schema-generator": "^0.89.0",
"ts-json-schema-generator": "^0.90.0",
"typeorm": "0.2.32",
"url-parse": "^1.4.7",
"web-did-resolver": "2.0.4",
Expand Down
24 changes: 6 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3656,7 +3656,7 @@ commander@^7.0.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-7.0.0.tgz#3e2bbfd8bb6724760980988fb5b22b7ee6b71ab2"
integrity sha512-ovx/7NkTrnPuIV8sqk/GjUIIM1+iUQeqA3ye2VNpq9sVoiZsooObWlQy+OPWGI17GDaEoybuAGJm6U8yC077BA==

commander@^7.1.0, commander@^7.2.0:
commander@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
Expand Down Expand Up @@ -11402,10 +11402,10 @@ ts-jest@26.5.4:
semver "7.x"
yargs-parser "20.x"

ts-json-schema-generator@0.89.3:
version "0.89.3"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.89.3.tgz#619bbf451c7c71ef03be59232c5ac3512bcac671"
integrity sha512-QXS/onFnVhUCgDsH0kr5ueZJIJlAgdIuF85CsJx5YE2SrqtcJn7hvwAMajRK0Hi3iUfS+b19TI7Bc6/11ECKFw==
ts-json-schema-generator@0.90.0, ts-json-schema-generator@^0.90.0:
version "0.90.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.90.0.tgz#10ab74cc474d50b982ee5560062c17a3b4d98451"
integrity sha512-BAbZVcNowsHTUgoZfwhM5Uv7EUiweXkb/9EOIO0Rj07qHNMOg/fQt1NrcjpvNpvs96qSaWK2jXsnTKwkbftH4g==
dependencies:
"@types/json-schema" "^7.0.7"
commander "^7.2.0"
Expand All @@ -11414,18 +11414,6 @@ ts-json-schema-generator@0.89.3:
json-stable-stringify "^1.0.1"
typescript "~4.2.3"

ts-json-schema-generator@^0.89.0:
version "0.89.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.89.0.tgz#3335c9a9b337427f7354dcee1e0ffcfad2d9e90e"
integrity sha512-1jmG5toW9CeswDbcYUwg9Z0bi9ZQtO/Dg9eJd7TxJgZWgj0bPxGZahkyoqomDrN0CruVNgquB2Y2wNDcVUO7qQ==
dependencies:
"@types/json-schema" "^7.0.7"
commander "^7.1.0"
fast-json-stable-stringify "^2.1.0"
glob "^7.1.6"
json-stable-stringify "^1.0.1"
typescript "~4.2.2"

ts-node@9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
Expand Down Expand Up @@ -11555,7 +11543,7 @@ typescript@~4.1.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==

typescript@~4.2.2, typescript@~4.2.3:
typescript@~4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
Expand Down

0 comments on commit d806ab5

Please sign in to comment.