Bump ts-json-schema-generator in /extensions/ql-vscode

Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 2.1.1 to 2.3.0.
- [Release notes](https://github.com/vega/ts-json-schema-generator/releases)
- [Changelog](https://github.com/vega/ts-json-schema-generator/blob/v2.3.0/CHANGELOG.md)
- [Commits](https://github.com/vega/ts-json-schema-generator/compare/v2.1.1...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-10 13:54:58 +00:00
committed by GitHub
parent b791ec7564
commit a4e842873b
2 changed files with 6 additions and 5 deletions

View File

@@ -133,7 +133,7 @@
"tar-stream": "^3.1.7",
"through2": "^4.0.2",
"ts-jest": "^29.2.5",
"ts-json-schema-generator": "^2.1.1",
"ts-json-schema-generator": "^2.3.0",
"ts-node": "^10.9.2",
"ts-unused-exports": "^10.1.0",
"typescript": "^5.6.2",
@@ -22234,9 +22234,9 @@
}
},
"node_modules/ts-json-schema-generator": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-2.1.1.tgz",
"integrity": "sha512-ha5/w3A2APOOn9ET2CfunEXdVOnKmjISTGcxhCkDszmrsRWFfG5F+re5U5onLXo665sZ4BuE2g5jZAjC+CUcgA==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-2.3.0.tgz",
"integrity": "sha512-t4lBQAwZc0sOJq9LJt3NgbznIcslVnm0JeEMFq8qIRklpMRY8jlYD0YmnRWbqBKANxkby91P1XanSSlSOFpUmg==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.15",
@@ -22245,6 +22245,7 @@
"json5": "^2.2.3",
"normalize-path": "^3.0.0",
"safe-stable-stringify": "^2.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"bin": {

View File

@@ -2091,7 +2091,7 @@
"tar-stream": "^3.1.7",
"through2": "^4.0.2",
"ts-jest": "^29.2.5",
"ts-json-schema-generator": "^2.1.1",
"ts-json-schema-generator": "^2.3.0",
"ts-node": "^10.9.2",
"ts-unused-exports": "^10.1.0",
"typescript": "^5.6.2",