Skip to content

Commit 0e7b1cc

Browse files
committed
chore(deps): update dependency json-schema-to-typescript to ^10.1.4
1 parent 5d17409 commit 0e7b1cc

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"download-cli": "^1.1.1",
7575
"eslint": "^7.21.0",
7676
"husky": "^4.2.3",
77-
"json-schema-to-typescript": "^10.1.2",
77+
"json-schema-to-typescript": "^10.1.4",
7878
"prettier": "^2.2.1",
7979
"semantic-release": "^17.0.6",
8080
"typescript": "^4.1.3"

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,11 @@
654654
dependencies:
655655
"@types/node" "*"
656656

657+
"@types/lodash@^4.14.168":
658+
version "4.14.168"
659+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
660+
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
661+
657662
"@types/minimatch@*":
658663
version "3.0.3"
659664
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3072,7 +3077,7 @@ get-proxy@^2.0.0:
30723077
dependencies:
30733078
npm-conf "^1.1.0"
30743079

3075-
get-stdin@8.0.0:
3080+
get-stdin@8.0.0, get-stdin@^8.0.0:
30763081
version "8.0.0"
30773082
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
30783083
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
@@ -3913,14 +3918,16 @@ json-schema-ref-parser@^9.0.6:
39133918
dependencies:
39143919
"@apidevtools/json-schema-ref-parser" "9.0.6"
39153920

3916-
json-schema-to-typescript@^10.1.2:
3917-
version "10.1.2"
3918-
resolved "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.2.tgz#696e0dd5ab76e59b6700f6ac424d4b1d91526b52"
3919-
integrity sha512-BKn+custnB0vUCWkMB3xXsc7efoHtiPeEpJme9Lw5dGesl9VnKU6U0yasUn4kf+gMypV3COMsuNzsQtPwvfQsA==
3921+
json-schema-to-typescript@^10.1.4:
3922+
version "10.1.4"
3923+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-10.1.4.tgz#6d8ae66937d07bd054095fc4a541aa81acea3549"
3924+
integrity sha512-HWm23Z6Fnj3rnm4FKZh3sMz70hNoA+AfqVuV+ZcwFIhq6v76YVUMZSLlonrw7GI5yIoiuuJjB5rqakIYRCLlsg==
39203925
dependencies:
39213926
"@types/json-schema" "^7.0.6"
3927+
"@types/lodash" "^4.14.168"
39223928
"@types/prettier" "^2.1.5"
39233929
cli-color "^2.0.0"
3930+
get-stdin "^8.0.0"
39243931
glob "^7.1.6"
39253932
glob-promise "^3.4.0"
39263933
is-glob "^4.0.1"
@@ -3931,7 +3938,6 @@ json-schema-to-typescript@^10.1.2:
39313938
mkdirp "^1.0.4"
39323939
mz "^2.7.0"
39333940
prettier "^2.2.0"
3934-
stdin "0.0.1"
39353941

39363942
json-schema-traverse@^0.3.0:
39373943
version "0.3.1"
@@ -6545,11 +6551,6 @@ ssri@^6.0.0, ssri@^6.0.1:
65456551
dependencies:
65466552
figgy-pudding "^3.5.1"
65476553

6548-
stdin@0.0.1:
6549-
version "0.0.1"
6550-
resolved "https://registry.yarnpkg.com/stdin/-/stdin-0.0.1.tgz#d3041981aaec3dfdbc77a1b38d6372e38f5fb71e"
6551-
integrity sha1-0wQZgarsPf28d6GzjWNy449ftx4=
6552-
65536554
stream-combiner2@~1.1.1:
65546555
version "1.1.1"
65556556
resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe"

0 commit comments

Comments
 (0)