File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 59
59
"typescript" : " ^4.9.3" ,
60
60
"yaml" : " ^2.2.1"
61
61
},
62
+ "resolutions" : {
63
+ "@apidevtools/json-schema-ref-parser" : " 9.0.7"
64
+ },
62
65
"packageManager" : " yarn@3.3.1"
63
66
}
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ export async function parseOpenApi(
176
176
if ( typeof specJsonOrObj === "string" ) {
177
177
spec = JSON . parse ( specJsonOrObj ) ;
178
178
}
179
- const openApiDoc = await SwaggerParser . dereference ( spec ) ;
179
+ const openApiDoc = await SwaggerParser . dereference ( spec , { dereference : { circular : "ignore" } } ) ;
180
180
const actions : ActionConfig [ ] = [ ] ;
181
181
const categories : ActionCategory [ ] = [ ] ;
182
182
if ( ! openApiDoc . paths ) {
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ __metadata:
15
15
languageName : node
16
16
linkType : hard
17
17
18
- " @apidevtools/json-schema-ref-parser@npm:9.0.6 " :
19
- version : 9.0.6
20
- resolution : " @apidevtools/json-schema-ref-parser@npm:9.0.6::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2F%40apidevtools%2Fjson-schema-ref-parser%2F-%2Fjson-schema-ref-parser-9.0.6.tgz "
18
+ " @apidevtools/json-schema-ref-parser@npm:9.0.7 " :
19
+ version : 9.0.7
20
+ resolution : " @apidevtools/json-schema-ref-parser@npm:9.0.7 "
21
21
dependencies :
22
22
" @jsdevtools/ono " : ^7.1.3
23
23
call-me-maybe : ^1.0.1
24
24
js-yaml : ^3.13.1
25
- checksum : c7ff53623ab8a9dd221772a5757fa0b9e5167a5ac3a71c23596634bae6efc85d8efcdebbe17f73ee5c027ea5afc48c705e8a720f02c4909f9a357d8027040b7b
25
+ checksum : 3efc2e6e7fdc8e9054f1e5a2e4f34391740b6cf10a753f0fa0b645252c26e40a276e53b4493c41b95f5e09364fedca7843027110376dce4ab928deaab8d86030
26
26
languageName : node
27
27
linkType : hard
28
28
You can’t perform that action at this time.
0 commit comments