diff --git a/package.json b/package.json index d65912555..546352f91 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index c8b4a7baa..6bfe71c21 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 73f6486ad..d99177a67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11974,17 +11974,17 @@ ts-jest@26.5.6: 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" ts-node@9.1.1: version "9.1.1" @@ -12122,11 +12122,6 @@ typescript@4.2.4, 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"