From ed29aa42a25ee6d68ffcc2a215c6db3745083782 Mon Sep 17 00:00:00 2001 From: xjm Date: Wed, 25 May 2022 13:43:13 -0500 Subject: [PATCH] SA-CORE-2022-010 by mayela, mxr576, xjm, cilefen, greggles, benjifisher, alexpott --- composer.lock | 68 +++++++++++++++---- .../Metapackage/CoreRecommended/composer.json | 2 +- core/composer.json | 2 +- 3 files changed, 58 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index e0d1e8d3918..19f19a44d19 100644 --- a/composer.lock +++ b/composer.lock @@ -535,7 +535,7 @@ "dist": { "type": "path", "url": "core", - "reference": "5f80d6033e50a621512a12ca2cb2afe9b257f1c1" + "reference": "d3a6c5f5df9c0daec096047d22f1a9f536683da1" }, "require": { "asm89/stack-cors": "^1.1", @@ -556,7 +556,7 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.5.2", + "guzzlehttp/guzzle": "^6.5.6", "laminas/laminas-diactoros": "^2.1", "laminas/laminas-feed": "^2.12", "masterminds/html5": "^2.1", @@ -922,16 +922,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "6.5.6", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "f092dd734083473658de3ee4bef093ed77d2689c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f092dd734083473658de3ee4bef093ed77d2689c", + "reference": "f092dd734083473658de3ee4bef093ed77d2689c", "shasum": "" }, "require": { @@ -956,22 +956,52 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", @@ -987,9 +1017,23 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5" + "source": "https://github.com/guzzle/guzzle/tree/6.5.6" }, - "time": "2020-06-16T21:01:06+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-05-25T13:19:12+00:00" }, { "name": "guzzlehttp/promises", diff --git a/composer/Metapackage/CoreRecommended/composer.json b/composer/Metapackage/CoreRecommended/composer.json index 0c4f3d6f3a3..7fead416da9 100644 --- a/composer/Metapackage/CoreRecommended/composer.json +++ b/composer/Metapackage/CoreRecommended/composer.json @@ -14,7 +14,7 @@ "doctrine/lexer": "1.2.1", "doctrine/reflection": "1.2.2", "egulias/email-validator": "3.1.2", - "guzzlehttp/guzzle": "6.5.5", + "guzzlehttp/guzzle": "6.5.6", "guzzlehttp/promises": "1.5.1", "guzzlehttp/psr7": "1.8.5", "laminas/laminas-diactoros": "2.8.0", diff --git a/core/composer.json b/core/composer.json index 2d32788decc..f9d5b6e29a8 100644 --- a/core/composer.json +++ b/core/composer.json @@ -36,7 +36,7 @@ "twig/twig": "^2.12.0", "doctrine/reflection": "^1.1", "doctrine/annotations": "^1.12", - "guzzlehttp/guzzle": "^6.5.2", + "guzzlehttp/guzzle": "^6.5.6", "symfony-cmf/routing": "^2.1", "laminas/laminas-feed": "^2.12", "stack/builder": "^1.0",