diff --git a/composer.json b/composer.json index f96918db2..18c991da6 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "enlightn/security-checker": "2.0.0", "esi/numverify-api-client-php": "dev-master", "fakerphp/faker": "1.24.1", - "guzzlehttp/guzzle": "7.13.1", + "guzzlehttp/guzzle": "7.13.2", "htmlmin/htmlmin": "dev-master", "http-interop/http-factory-guzzle": "1.2.1", "jeremy379/laravel-openid-connect": "3.2.2", diff --git a/composer.lock b/composer.lock index 0c6de73b0..5a48acaa6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cc8183c83dc0a522702bc7c643f7b75b", + "content-hash": "8ac5b50612eb4f87cba1fd0582176d34", "packages": [ { "name": "adhocore/jwt", @@ -2398,16 +2398,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.13.1", + "version": "7.13.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "55901a76dfd2006a0cc012b9e3c5b487f796478d" + "reference": "bcd989ad36c92d42a3715379af91f2defee5b8dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/55901a76dfd2006a0cc012b9e3c5b487f796478d", - "reference": "55901a76dfd2006a0cc012b9e3c5b487f796478d", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/bcd989ad36c92d42a3715379af91f2defee5b8dd", + "reference": "bcd989ad36c92d42a3715379af91f2defee5b8dd", "shasum": "" }, "require": { @@ -2425,7 +2425,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "guzzle/client-integration-tests": "3.0.2", + "guzzle/client-integration-tests": "3.0.3", "guzzlehttp/test-server": "^0.6", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.52 || ^9.6.34", @@ -2506,7 +2506,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.13.1" + "source": "https://github.com/guzzle/guzzle/tree/7.13.2" }, "funding": [ { @@ -2522,7 +2522,7 @@ "type": "tidelift" } ], - "time": "2026-06-29T20:14:18+00:00" + "time": "2026-07-05T19:00:11+00:00" }, { "name": "guzzlehttp/promises",