Fixes CVE-2023-51651 aws/aws-sdk-php
This commit is contained in:
parent
8bc5f08da5
commit
7ce37d0ffb
1 changed files with 10 additions and 8 deletions
18
composer.lock
generated
18
composer.lock
generated
|
@ -243,16 +243,16 @@
|
|||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.231.12",
|
||||
"version": "3.258.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "8f8742caa42b260950320c98ddc5da4926e2373d"
|
||||
"reference": "ed1bede7fe80a5e1528d6cff530341ad2018a128"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8f8742caa42b260950320c98ddc5da4926e2373d",
|
||||
"reference": "8f8742caa42b260950320c98ddc5da4926e2373d",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ed1bede7fe80a5e1528d6cff530341ad2018a128",
|
||||
"reference": "ed1bede7fe80a5e1528d6cff530341ad2018a128",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -271,6 +271,7 @@
|
|||
"aws/aws-php-sns-message-validator": "~1.0",
|
||||
"behat/behat": "~3.0",
|
||||
"composer/composer": "^1.10.22",
|
||||
"dms/phpunit-arraysubset-asserts": "^0.4.0",
|
||||
"doctrine/cache": "~1.4",
|
||||
"ext-dom": "*",
|
||||
"ext-openssl": "*",
|
||||
|
@ -278,10 +279,11 @@
|
|||
"ext-sockets": "*",
|
||||
"nette/neon": "^2.3",
|
||||
"paragonie/random_compat": ">= 2",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.6.3",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
|
||||
"psr/cache": "^1.0",
|
||||
"psr/simple-cache": "^1.0",
|
||||
"sebastian/comparator": "^1.2.3"
|
||||
"sebastian/comparator": "^1.2.3 || ^4.0",
|
||||
"yoast/phpunit-polyfills": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
|
||||
|
@ -329,9 +331,9 @@
|
|||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.231.12"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.258.2"
|
||||
},
|
||||
"time": "2022-07-22T18:19:47+00:00"
|
||||
"time": "2023-02-02T19:41:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
|
Loading…
Add table
Reference in a new issue