Skip to content

Commit

Permalink
fix(deps): update dependency ts-json-schema-generator to ^0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 22, 2021
1 parent 2389cd0 commit 76e0133
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.0.0",
"swagger-ui-express": "^4.1.5",
"ts-json-schema-generator": "^0.94.0",
"ts-json-schema-generator": "^0.95.0",
"typeorm": "0.2.34",
"url-parse": "^1.5.1",
"web-did-resolver": "2.0.4",
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6573,7 +6573,7 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=

json5@2.x, json5@^2.1.2:
json5@2.x, json5@^2.1.2, json5@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
Expand Down Expand Up @@ -10029,7 +10029,7 @@ ts-jest@27.0.3:
semver "7.x"
yargs-parser "20.x"

ts-json-schema-generator@0.94.1, ts-json-schema-generator@^0.94.0:
ts-json-schema-generator@0.94.1:
version "0.94.1"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.94.1.tgz#cfecf63cdb2bbbed30c8da2bfc74a8dfb30aa14e"
integrity sha512-v2onRxViC7Q5jAvzwfhevbWrd6EUQ/v+s2ey1RcX2oZ67ENdTumwkr434BtbW286P8z/SNmkmLE8I1AOcSbWSw==
Expand All @@ -10041,6 +10041,19 @@ ts-json-schema-generator@0.94.1, ts-json-schema-generator@^0.94.0:
json-stable-stringify "^1.0.1"
typescript "~4.3.4"

ts-json-schema-generator@^0.95.0:
version "0.95.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.95.0.tgz#726cd4e0979cb772da57a6d7581474e87015adfc"
integrity sha512-qyArLCOmy0UnnGeCewpZgaGglPMmawAhsuYDRDa1BeZiyE+M/I2dH+dSMtFj8kVbWSEayfVmQIF9UBINBfeKSg==
dependencies:
"@types/json-schema" "^7.0.7"
commander "^8.0.0"
fast-json-stable-stringify "^2.1.0"
glob "^7.1.7"
json-stable-stringify "^1.0.1"
json5 "^2.2.0"
typescript "~4.3.4"

ts-node@10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.0.tgz#e656d8ad3b61106938a867f69c39a8ba6efc966e"
Expand Down

0 comments on commit 76e0133

Please sign in to comment.