diff --git a/composer.json b/composer.json index 59f0bcc2..ad66957d 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.3|^8.4|^8.5", - "aws/aws-sdk-php": "3.374.1", + "aws/aws-sdk-php": "3.374.2", "bacon/bacon-qr-code": "^3.0", "firebase/php-jwt": "^7.0", "intervention/image-laravel": "^1.5", diff --git a/composer.lock b/composer.lock index 68926bc3..d3eeb242 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": "07912292741a64ef927dffa1645c7749", + "content-hash": "712af5edc340dc53b3b598f6c92d8c02", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.374.1", + "version": "3.374.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "fa9801583e679aecc95660838708acfd98aa28e7" + "reference": "67b6b6210af47319c74c5666388d71bc1bc58276" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fa9801583e679aecc95660838708acfd98aa28e7", - "reference": "fa9801583e679aecc95660838708acfd98aa28e7", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/67b6b6210af47319c74c5666388d71bc1bc58276", + "reference": "67b6b6210af47319c74c5666388d71bc1bc58276", "shasum": "" }, "require": { @@ -153,9 +153,9 @@ "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.374.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.374.2" }, - "time": "2026-03-26T18:06:13+00:00" + "time": "2026-03-27T18:05:55+00:00" }, { "name": "bacon/bacon-qr-code",