Skip to content

Commit 0234814

Browse files
Use Swagger UI >= 4.1.3 due to CVE-2021-46708 (#547)
* Swagger UI >= 4.1.3 due to CVE-2021-46708 * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent 5d23515 commit 0234814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.2 || ^8.0",
2323
"laravel/framework": "^10.0 || ^9.0 || >=8.40.0 || ^7.0",
2424
"zircote/swagger-php": "^3.2.0 || ^4.0.0",
25-
"swagger-api/swagger-ui": "^3.0 || ^4.0",
25+
"swagger-api/swagger-ui": "^3.0 || >=4.1.3",
2626
"symfony/yaml": "^5.0 || ^6.0",
2727
"ext-json": "*"
2828
},

0 commit comments

Comments
 (0)