From 2696837d3022c401c4e69e39eb3ce97cb2bd53fc Mon Sep 17 00:00:00 2001 From: Tom Stovall Date: Wed, 29 Mar 2023 00:13:48 -0700 Subject: [PATCH] bump guzzle version num to fix security issues --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c0279548..f1a6dbee 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "ext-json": "*", "ext-zip": "*", "drupal/search_api_solr": "^4.2", - "guzzlehttp/guzzle": "^6.5.2|^7.4", + "guzzlehttp/guzzle": "^6.5.7|^7.5", "http-interop/http-factory-guzzle": "^1.0", "kint-php/kint": "^4.1", "psr/event-dispatcher": "^1.0",