Skip to content

Commit

Permalink
chore(deps-dev): bump ts-json-schema-generator from 1.1.1 to 1.1.2 (#…
Browse files Browse the repository at this point in the history
…2257)

Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/vega/ts-json-schema-generator/releases)
- [Changelog](https://github.com/vega/ts-json-schema-generator/blob/v1.1.2/CHANGELOG.md)
- [Commits](vega/ts-json-schema-generator@v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: ts-json-schema-generator
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2022
1 parent 75b94d6 commit 252147b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"node-watch": "^0.7.3",
"rxjs": "^7.5.7",
"ts-jest": "^28.0.8",
"ts-json-schema-generator": "^1.1.1",
"ts-json-schema-generator": "^1.1.2",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"vscode-languageserver": "^8.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@

"@types/react@*", "@types/react@^17", "@types/react@^17.0.44", "@types/react@^17.0.50":
version "17.0.50"
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA==
dependencies:
"@types/prop-types" "*"
Expand Down Expand Up @@ -7266,10 +7266,10 @@ ts-jest@^28.0.8:
semver "7.x"
yargs-parser "^21.0.1"

ts-json-schema-generator@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.1.1.tgz#2234d0dc8ede0f5694ba7f0d2f473aae64829413"
integrity sha512-QflMS9rbsrR0CXzyuHEhppvmPODP1ETU/C+wdKN2QqDjyfgzsGxcczCYPJPwr1xn8nir9blV3+qRG74pzduv9g==
ts-json-schema-generator@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.1.2.tgz#29a0c878733b6a1bb0346fce02b1ebb8b96effa3"
integrity sha512-XMnxvndJFJEYv3NBmW7Po5bGajKdK2qH8Q078eDy60srK9+nEvbT9nLCRKd2IV/RQ7a+oc5FNylvZWveqh7jeQ==
dependencies:
"@types/json-schema" "^7.0.11"
commander "^9.4.0"
Expand Down

0 comments on commit 252147b

Please sign in to comment.