Bump typescript-json-schema from 0.56.0 to 0.57.0

Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.56.0 to 0.57.0.
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.56.0...v0.57.0)

---
updated-dependencies:
- dependency-name: typescript-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 11:59:33 +00:00 committed by Labhansh Agrawal
parent c9d5b5d9a1
commit e44630ff0e
2 changed files with 10 additions and 10 deletions

View file

@ -56,7 +56,7 @@
"shebang-loader": "0.0.1",
"styled-jsx": "5.1.2",
"stylis": "3.5.4",
"typescript-json-schema": "0.56.0",
"typescript-json-schema": "0.57.0",
"uuid": "9.0.0",
"webpack-cli": "5.1.3",
"xterm": "4.19.0",

View file

@ -5657,10 +5657,10 @@ parse-url@8.1.0:
dependencies:
parse-path "^7.0.0"
path-equal@^1.1.2:
version "1.2.4"
resolved "https://registry.npmjs.org/path-equal/-/path-equal-1.2.4.tgz#98b94ac8fb6348605d4c3a766866fd25055a4b3d"
integrity sha512-qYtLj9MtoSedTVGfJ1VesEKnO3378nofKJUSTKDZY658T3eXHGPCPnFQiH4bFyHg0TIRBI5qJb6MKjbv2LAmsQ==
path-equal@^1.2.5:
version "1.2.5"
resolved "https://registry.npmjs.org/path-equal/-/path-equal-1.2.5.tgz#9fcbdd5e5daee448e96f43f3bac06c666b5e982a"
integrity sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==
path-exists@^3.0.0:
version "3.0.0"
@ -7087,15 +7087,15 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"
typescript-json-schema@0.56.0:
version "0.56.0"
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.56.0.tgz#de3fe196633197aa66b10191e78f51d5f6b45847"
integrity sha512-k/aSEqx89YR2z/f2y3VwoOGzlKTWern0EIey2qqEpMRP7HL4CI8udPElzJs4eFVkPowCLJ1yVBSzuIWIUF+mMA==
typescript-json-schema@0.57.0:
version "0.57.0"
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.57.0.tgz#e87e16355ecf942762a7cea224e4f5bf6f65d1c9"
integrity sha512-xirQK0s95K3OL7Knve0OOxQHErByCxUsgXr5oCHa9J0jWgiA+9/tidHWPu1UMjRv7MoX5ViP6QmOrWCi+dvRew==
dependencies:
"@types/json-schema" "^7.0.9"
"@types/node" "^16.9.2"
glob "^7.1.7"
path-equal "^1.1.2"
path-equal "^1.2.5"
safe-stable-stringify "^2.2.0"
ts-node "^10.9.1"
typescript "~4.9.5"