|
130 | 130 | dependencies:
|
131 | 131 | "@jridgewell/trace-mapping" "^0.3.0"
|
132 | 132 |
|
133 |
| -"@apidevtools/json-schema-ref-parser@https://github.com/bcherny/json-schema-ref-parser.git#984282d34a2993e5243aa35100fe32a63699164d": |
134 |
| - version "0.0.0-dev" |
135 |
| - resolved "https://github.com/bcherny/json-schema-ref-parser.git#984282d34a2993e5243aa35100fe32a63699164d" |
136 |
| - dependencies: |
137 |
| - "@jsdevtools/ono" "^7.1.3" |
138 |
| - "@types/json-schema" "^7.0.6" |
139 |
| - call-me-maybe "^1.0.1" |
140 |
| - js-yaml "^4.1.0" |
141 |
| - |
142 | 133 | "@babel/code-frame@*", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.8.3":
|
143 | 134 | version "7.18.6"
|
144 | 135 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
|
|
1201 | 1192 | "@babel/helper-validator-identifier" "^7.18.6"
|
1202 | 1193 | to-fast-properties "^2.0.0"
|
1203 | 1194 |
|
| 1195 | + |
| 1196 | + version "9.0.9" |
| 1197 | + resolved "https://registry.yarnpkg.com/@bcherny/json-schema-ref-parser/-/json-schema-ref-parser-9.0.9.tgz#09899d405bc708c0acac0066ae8db5b94d465ca4" |
| 1198 | + integrity sha512-vmEmnJCfpkLdas++9OYg6riIezTYqTHpqUTODJzHLzs5UnXujbOJW9VwcVCnyo1mVRt32FRr23iXBx/sX8YbeQ== |
| 1199 | + dependencies: |
| 1200 | + "@jsdevtools/ono" "^7.1.3" |
| 1201 | + "@types/json-schema" "^7.0.6" |
| 1202 | + call-me-maybe "^1.0.1" |
| 1203 | + js-yaml "^4.1.0" |
| 1204 | + |
1204 | 1205 | "@bcoe/v8-coverage@^0.2.3":
|
1205 | 1206 | version "0.2.3"
|
1206 | 1207 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -9862,11 +9863,11 @@ json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
|
9862 | 9863 | integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
|
9863 | 9864 |
|
9864 | 9865 | json-schema-to-typescript@^11.0.1:
|
9865 |
| - version "11.0.1" |
9866 |
| - resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-11.0.1.tgz#9203036817ca797f1116cbfe9163e8a4ec948bc3" |
9867 |
| - integrity sha512-iQFEErdr9PWQUN3kLvaFFdgWAfwBeqH3PMzxza4NpSU/8uadwHKKi66Hgu5Rb3NeVSk85xkwTYIeuah+R0ASeA== |
| 9866 | + version "11.0.2" |
| 9867 | + resolved "https://registry.yarnpkg.com/json-schema-to-typescript/-/json-schema-to-typescript-11.0.2.tgz#80348391abb4ffb75daf312380c2f01c552ffba8" |
| 9868 | + integrity sha512-XRyeXBJeo/IH4eTP5D1ptX78vCvH86nMDt2k3AxO28C3uYWEDmy4mgPyMpb8bLJ/pJMElOGuQbnKR5Y6NSh3QQ== |
9868 | 9869 | dependencies:
|
9869 |
| - "@apidevtools/json-schema-ref-parser" "https://github.com/bcherny/json-schema-ref-parser.git#984282d34a2993e5243aa35100fe32a63699164d" |
| 9870 | + "@bcherny/json-schema-ref-parser" "9.0.9" |
9870 | 9871 | "@types/json-schema" "^7.0.11"
|
9871 | 9872 | "@types/lodash" "^4.14.182"
|
9872 | 9873 | "@types/prettier" "^2.6.1"
|
|
0 commit comments