From 02348149f1833c63bf52764838d5659507857394 Mon Sep 17 00:00:00 2001 From: Darius Matulionis Date: Mon, 5 Jun 2023 07:21:50 +0300 Subject: [PATCH] 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25bd75d..c54a9ba 100644 --- a/composer.json +++ b/composer.json @@ -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": "*" },