Skip to content

Commit

Permalink
Use Swagger UI >= 4.1.3 due to CVE-2021-46708 (#547)
Browse files Browse the repository at this point in the history
* Swagger UI >= 4.1.3 due to CVE-2021-46708

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
DarkaOnLine and StyleCIBot committed Jun 5, 2023
1 parent 5d23515 commit 0234814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^7.2 || ^8.0",
"laravel/framework": "^10.0 || ^9.0 || >=8.40.0 || ^7.0",
"zircote/swagger-php": "^3.2.0 || ^4.0.0",
"swagger-api/swagger-ui": "^3.0 || ^4.0",
"swagger-api/swagger-ui": "^3.0 || >=4.1.3",
"symfony/yaml": "^5.0 || ^6.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 0234814

Please sign in to comment.