[Security] Bump symfony/http-client from 5.1.3 to 5.1.5

Bumps [symfony/http-client](https://github.com/symfony/http-client) from 5.1.3 to 5.1.5. **This update includes a security fix.**
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-client/compare/v5.1.3...v5.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-02 11:43:33 +00:00 committed by GitHub
parent 33ff41f63d
commit 86de691a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
composer.lock generated
View file

@ -8454,16 +8454,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.1.3",
"version": "v5.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "050dc633a598bdadbd49449500c87e30dabe5c58"
"reference": "21c4372e9cd2305313f4d4792d7b9fa7c25ade53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/050dc633a598bdadbd49449500c87e30dabe5c58",
"reference": "050dc633a598bdadbd49449500c87e30dabe5c58",
"url": "https://api.github.com/repos/symfony/http-client/zipball/21c4372e9cd2305313f4d4792d7b9fa7c25ade53",
"reference": "21c4372e9cd2305313f4d4792d7b9fa7c25ade53",
"shasum": ""
},
"require": {
@ -8489,7 +8489,7 @@
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/http-kernel": "^4.4.13|^5.1.5",
"symfony/process": "^4.4|^5.0"
},
"type": "library",
@ -8536,7 +8536,7 @@
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
"time": "2020-09-02T08:02:12+00:00"
},
{
"name": "symfony/http-client-contracts",