File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 74
74
"download-cli" : " ^1.1.1" ,
75
75
"eslint" : " ^7.17.0" ,
76
76
"husky" : " ^4.2.3" ,
77
- "json-schema-to-typescript" : " ^10.1.2 " ,
77
+ "json-schema-to-typescript" : " ^10.1.3 " ,
78
78
"prettier" : " ^2.2.1" ,
79
79
"semantic-release" : " ^17.0.6" ,
80
80
"typescript" : " ^4.1.3"
Original file line number Diff line number Diff line change 594
594
dependencies :
595
595
" @types/node" " *"
596
596
597
+ " @types/lodash@^4.14.168 " :
598
+ version "4.14.168"
599
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
600
+ integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
601
+
597
602
" @types/minimatch@* " :
598
603
version "3.0.3"
599
604
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -3746,12 +3751,13 @@ json-schema-ref-parser@^9.0.6:
3746
3751
dependencies :
3747
3752
" @apidevtools/json-schema-ref-parser" " 9.0.6"
3748
3753
3749
- json-schema-to-typescript@^10.1.2 :
3750
- version "10.1.2 "
3751
- resolved "https://registry.npmjs.org /json-schema-to-typescript/-/json-schema-to-typescript-10.1.2 .tgz#696e0dd5ab76e59b6700f6ac424d4b1d91526b52 "
3752
- integrity sha512-BKn+custnB0vUCWkMB3xXsc7efoHtiPeEpJme9Lw5dGesl9VnKU6U0yasUn4kf+gMypV3COMsuNzsQtPwvfQsA ==
3754
+ json-schema-to-typescript@^10.1.3 :
3755
+ version "10.1.3 "
3756
+ resolved "https://registry.yarnpkg.com /json-schema-to-typescript/-/json-schema-to-typescript-10.1.3 .tgz#c00d2113597093d16a8695b249e398a4430077cb "
3757
+ integrity sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA ==
3753
3758
dependencies :
3754
3759
" @types/json-schema" " ^7.0.6"
3760
+ " @types/lodash" " ^4.14.168"
3755
3761
" @types/prettier" " ^2.1.5"
3756
3762
cli-color "^2.0.0"
3757
3763
glob "^7.1.6"
You can’t perform that action at this time.
0 commit comments