Skip to content

Commit

Permalink
fix(resolve): fix critical bug in OpenAPI 3.1.0 cycle detection
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 7, 2023
1 parent 8e7d867 commit 258b5b6
Show file tree
Hide file tree
Showing 14 changed files with 623 additions and 102 deletions.
121 changes: 61 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.22.15",
"@swagger-api/apidom-core": ">=0.82.2 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.82.2 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.82.2 <1.0.0",
"@swagger-api/apidom-reference": ">=0.82.2 <1.0.0",
"@swagger-api/apidom-core": ">=0.83.0 <1.0.0",
"@swagger-api/apidom-error": ">=0.83.0 <1.0.0",
"@swagger-api/apidom-json-pointer": ">=0.83.0 <1.0.0",
"@swagger-api/apidom-ns-openapi-3-1": ">=0.83.0 <1.0.0",
"@swagger-api/apidom-reference": ">=0.83.0 <1.0.0",
"cookie": "~0.5.0",
"deepmerge": "~4.3.0",
"fast-json-patch": "^3.0.0-1",
Expand Down
Loading

0 comments on commit 258b5b6

Please sign in to comment.