Skip to content

Commit 454259c

Browse files
committed
chore(deps): update dependency json-schema-to-typescript to ^10.1.4
1 parent 4abf325 commit 454259c

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

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.25.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==
@@ -3920,14 +3925,16 @@ json-schema-ref-parser@^9.0.6:
39203925
dependencies:
39213926
"@apidevtools/json-schema-ref-parser" "9.0.6"
39223927

3923-
json-schema-to-typescript@^10.1.2:
3924-
version "10.1.2"
3925-
resolved "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.2.tgz#696e0dd5ab76e59b6700f6ac424d4b1d91526b52"
3926-
integrity sha512-BKn+custnB0vUCWkMB3xXsc7efoHtiPeEpJme9Lw5dGesl9VnKU6U0yasUn4kf+gMypV3COMsuNzsQtPwvfQsA==
3928+
json-schema-to-typescript@^10.1.4:
3929+
version "10.1.4"
3930+
resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-10.1.4.tgz#6d8ae66937d07bd054095fc4a541aa81acea3549"
3931+
integrity sha512-HWm23Z6Fnj3rnm4FKZh3sMz70hNoA+AfqVuV+ZcwFIhq6v76YVUMZSLlonrw7GI5yIoiuuJjB5rqakIYRCLlsg==
39273932
dependencies:
39283933
"@types/json-schema" "^7.0.6"
3934+
"@types/lodash" "^4.14.168"
39293935
"@types/prettier" "^2.1.5"
39303936
cli-color "^2.0.0"
3937+
get-stdin "^8.0.0"
39313938
glob "^7.1.6"
39323939
glob-promise "^3.4.0"
39333940
is-glob "^4.0.1"
@@ -3938,7 +3945,6 @@ json-schema-to-typescript@^10.1.2:
39383945
mkdirp "^1.0.4"
39393946
mz "^2.7.0"
39403947
prettier "^2.2.0"
3941-
stdin "0.0.1"
39423948

39433949
json-schema-traverse@^0.3.0:
39443950
version "0.3.1"
@@ -6552,11 +6558,6 @@ ssri@^6.0.0, ssri@^6.0.1:
65526558
dependencies:
65536559
figgy-pudding "^3.5.1"
65546560

6555-
stdin@0.0.1:
6556-
version "0.0.1"
6557-
resolved "https://registry.yarnpkg.com/stdin/-/stdin-0.0.1.tgz#d3041981aaec3dfdbc77a1b38d6372e38f5fb71e"
6558-
integrity sha1-0wQZgarsPf28d6GzjWNy449ftx4=
6559-
65606561
stream-combiner2@~1.1.1:
65616562
version "1.1.1"
65626563
resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe"

0 commit comments

Comments
 (0)