mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump typescript-json-schema from 0.57.0 to 0.58.1
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.57.0 to 0.58.1. - [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.57.0...v0.58.1) --- 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:
parent
ba91847cb5
commit
65daf116ba
2 changed files with 6 additions and 11 deletions
|
|
@ -56,7 +56,7 @@
|
|||
"shebang-loader": "0.0.1",
|
||||
"styled-jsx": "5.1.2",
|
||||
"stylis": "3.5.4",
|
||||
"typescript-json-schema": "0.57.0",
|
||||
"typescript-json-schema": "0.58.1",
|
||||
"uuid": "9.0.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"xterm": "5.2.1",
|
||||
|
|
|
|||
15
yarn.lock
15
yarn.lock
|
|
@ -1126,16 +1126,11 @@
|
|||
resolved "https://registry.npmjs.org/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
|
||||
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==
|
||||
|
||||
"@types/node@^16.11.26":
|
||||
"@types/node@^16.11.26", "@types/node@^16.9.2":
|
||||
version "16.18.36"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.36.tgz#0db5d7efc4760d36d0d1d22c85d1a53accd5dc27"
|
||||
integrity sha512-8egDX8dE50XyXWH6C6PRCNkTP106DuUrvdrednFouDSmCi7IOvrqr0frznfZaHifHH/3aq/7a7v9N4wdXMqhBQ==
|
||||
|
||||
"@types/node@^16.9.2":
|
||||
version "16.18.25"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.25.tgz#8863940fefa1234d3fcac7a4b7a48a6c992d67af"
|
||||
integrity sha512-rUDO6s9Q/El1R1I21HG4qw/LstTHCPO/oQNAwI/4b2f9EWvMnqt4d3HJwPMawfZ3UvodB8516Yg+VAq54YM+eA==
|
||||
|
||||
"@types/normalize-package-data@^2.4.0":
|
||||
version "2.4.0"
|
||||
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
|
||||
|
|
@ -7192,10 +7187,10 @@ typedarray-to-buffer@^3.1.5:
|
|||
dependencies:
|
||||
is-typedarray "^1.0.0"
|
||||
|
||||
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==
|
||||
typescript-json-schema@0.58.1:
|
||||
version "0.58.1"
|
||||
resolved "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.58.1.tgz#841fc5c9a05c894ce77a04b28025af4135a00b1f"
|
||||
integrity sha512-EcmquhfGEmEJOAezLZC6CzY0rPNzfXuky+Z3zoXULEEncW8e13aAjmC2r8ppT1bvvDekJj1TJ4xVhOdkjYtkUA==
|
||||
dependencies:
|
||||
"@types/json-schema" "^7.0.9"
|
||||
"@types/node" "^16.9.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue