Skip to content

Commit

Permalink
fix(deps): update dependency ts-json-schema-generator to v0.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 8, 2021
1 parent e0c8e2d commit a232e3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 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.6",
"ts-json-schema-generator": "0.91.0",
"ts-json-schema-generator": "0.92.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 @@ -62,7 +62,7 @@
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.0.0",
"swagger-ui-express": "^4.1.5",
"ts-json-schema-generator": "^0.91.0",
"ts-json-schema-generator": "^0.92.0",
"typeorm": "0.2.32",
"url-parse": "^1.5.1",
"web-did-resolver": "2.0.4",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11974,17 +11974,17 @@ [email protected]:
semver "7.x"
yargs-parser "20.x"

ts-json-schema-generator@0.91.0, ts-json-schema-generator@^0.91.0:
version "0.91.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.91.0.tgz#93ecf4f7122ad7dbe67f6c6175f7c5ba0a547a48"
integrity sha512-+B0By9MyPFA7zQjPt/UgJkY+HuoiIawy5WTdH/Vss21qvvBlOhx3tlGWfu/cQhN2qfVohsfyMa3YFCaUArxyzg==
ts-json-schema-generator@0.92.0, ts-json-schema-generator@^0.92.0:
version "0.92.0"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.92.0.tgz#a77dd06ad6ba302d7fddb9fa18ad9754994c6b71"
integrity sha512-tuk8I+UF/r2RpgyWxKjlKa+q8JQqTbSZ5iuWnf4TYzJkyH0tgPgynGy0jkWHotNZgbT6+TPvzlShXo5aXgI6Iw==
dependencies:
"@types/json-schema" "^7.0.7"
commander "^7.2.0"
fast-json-stable-stringify "^2.1.0"
glob "^7.1.6"
json-stable-stringify "^1.0.1"
typescript "~4.2.3"
typescript "~4.2.4"

[email protected]:
version "9.1.1"
Expand Down Expand Up @@ -12122,11 +12122,6 @@ [email protected], typescript@~4.2.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

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==

typical@^2.6.0, typical@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/typical/-/typical-2.6.1.tgz#5c080e5d661cbbe38259d2e70a3c7253e873881d"
Expand Down

0 comments on commit a232e3a

Please sign in to comment.