Bump typescript-json-schema from 0.55.0 to 0.56.0

Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.55.0 to 0.56.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.55.0...v0.56.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-04-03 12:00:37 +00:00 committed by Labhansh Agrawal
parent e781c76771
commit 42677a39af
2 changed files with 10 additions and 10 deletions

View file

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

View file

@ -7510,10 +7510,10 @@ typedarray-to-buffer@^3.1.5:
dependencies: dependencies:
is-typedarray "^1.0.0" is-typedarray "^1.0.0"
typescript-json-schema@0.55.0: typescript-json-schema@0.56.0:
version "0.55.0" version "0.56.0"
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.55.0.tgz#f268d27ac0b76284a929c6f72714c6ca4e1b5e20" resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.56.0.tgz#de3fe196633197aa66b10191e78f51d5f6b45847"
integrity sha512-BXaivYecUdiXWWNiUqXgY6A9cMWerwmhtO+lQE7tDZGs7Mf38sORDeQZugfYOZOHPZ9ulsD+w0LWjFDOQoXcwg== integrity sha512-k/aSEqx89YR2z/f2y3VwoOGzlKTWern0EIey2qqEpMRP7HL4CI8udPElzJs4eFVkPowCLJ1yVBSzuIWIUF+mMA==
dependencies: dependencies:
"@types/json-schema" "^7.0.9" "@types/json-schema" "^7.0.9"
"@types/node" "^16.9.2" "@types/node" "^16.9.2"
@ -7521,7 +7521,7 @@ typescript-json-schema@0.55.0:
path-equal "^1.1.2" path-equal "^1.1.2"
safe-stable-stringify "^2.2.0" safe-stable-stringify "^2.2.0"
ts-node "^10.9.1" ts-node "^10.9.1"
typescript "~4.8.2" typescript "~4.9.5"
yargs "^17.1.1" yargs "^17.1.1"
typescript@5.0.2: typescript@5.0.2:
@ -7529,10 +7529,10 @@ typescript@5.0.2:
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
typescript@~4.8.2: typescript@~4.9.5:
version "4.8.4" version "4.9.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
unbox-primitive@^1.0.1: unbox-primitive@^1.0.1:
version "1.0.1" version "1.0.1"