Skip to content

Commit 5b65b39

Browse files
committed
Update dependency typescript-json-schema to ^0.45.0
1 parent 88faa00 commit 5b65b39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@types/node": "^9.6.1",
66
"typescript": "^4.0.0",
7-
"typescript-json-schema": "^0.44.0"
7+
"typescript-json-schema": "^0.45.0"
88
},
99
"homepage": "https://github.com/whtiehack/pinus-parse-interface",
1010
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ [email protected]:
189189
source-map-support "^0.5.17"
190190
yn "3.1.1"
191191

192-
typescript-json-schema@^0.44.0:
193-
version "0.44.1"
194-
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.44.1.tgz#eeac4ffc6ec271a699e7958038ff49810402698b"
195-
integrity sha512-DKB7rKzubOTXxT2CnQTQoCbS6SgJpqukJr2TWE9FbRK0iJY++wc24Pib3OAzIA+c9WylgfT3CxxCCetDsE55Nw==
192+
typescript-json-schema@^0.45.0:
193+
version "0.45.0"
194+
resolved "https://registry.yarnpkg.com/typescript-json-schema/-/typescript-json-schema-0.45.0.tgz#2f244e99518e589a442ee5f9c1d2c85a1ec7dc84"
195+
integrity sha512-4MeX0HIODRd+K1/sIbkPryGXG43PVQ9cvIC8gDYml6yBgcsWLjvPMpTNr9VV+bQwpDLncB8Ie4qSenuKUwNZpg==
196196
dependencies:
197197
"@types/json-schema" "^7.0.6"
198198
glob "^7.1.6"

0 commit comments

Comments
 (0)