[Security] Bump symfony/http-kernel from 4.2.11 to 4.2.12

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 4.2.11 to 4.2.12. **This update includes a security fix.**
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-kernel/compare/v4.2.11...v4.2.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-13 11:02:09 +00:00 committed by GitHub
parent af9d826938
commit 88762cc02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

85
composer.lock generated
View file

@ -1696,16 +1696,16 @@
},
{
"name": "psr/log",
"version": "1.1.0",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": ""
},
"require": {
@ -1714,7 +1714,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.1.x-dev"
}
},
"autoload": {
@ -1739,7 +1739,7 @@
"psr",
"psr-3"
],
"time": "2018-11-20T15:27:04+00:00"
"time": "2019-11-01T11:05:21+00:00"
},
{
"name": "symfony/cache",
@ -1957,16 +1957,16 @@
},
{
"name": "symfony/contracts",
"version": "v1.1.7",
"version": "v1.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "9cb52490dd60e0f50dbcdbdb3a6dbcb31f3a363e"
"reference": "f51bca9de06b7a25b19a4155da7bebad099a5def"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/9cb52490dd60e0f50dbcdbdb3a6dbcb31f3a363e",
"reference": "9cb52490dd60e0f50dbcdbdb3a6dbcb31f3a363e",
"url": "https://api.github.com/repos/symfony/contracts/zipball/f51bca9de06b7a25b19a4155da7bebad099a5def",
"reference": "f51bca9de06b7a25b19a4155da7bebad099a5def",
"shasum": ""
},
"require": {
@ -2030,20 +2030,20 @@
"interoperability",
"standards"
],
"time": "2019-10-04T21:43:27+00:00"
"time": "2019-11-07T12:44:51+00:00"
},
{
"name": "symfony/debug",
"version": "v4.3.5",
"version": "v4.3.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe"
"reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/cc5c1efd0edfcfd10b354750594a46b3dd2afbbe",
"reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe",
"url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
"reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
"shasum": ""
},
"require": {
@ -2086,7 +2086,7 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2019-09-19T15:51:53+00:00"
"time": "2019-10-28T17:07:32+00:00"
},
{
"name": "symfony/dependency-injection",
@ -2308,30 +2308,36 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v4.2.11",
"version": "v4.3.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "852548c7c704f14d2f6700c8d872a05bd2028732"
"reference": "0df002fd4f500392eabd243c2947061a50937287"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/852548c7c704f14d2f6700c8d872a05bd2028732",
"reference": "852548c7c704f14d2f6700c8d872a05bd2028732",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0df002fd4f500392eabd243c2947061a50937287",
"reference": "0df002fd4f500392eabd243c2947061a50937287",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/contracts": "^1.0"
"symfony/event-dispatcher-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "^3.4|^4.0",
"symfony/service-contracts": "^1.1",
"symfony/stopwatch": "~3.4|~4.0"
},
"suggest": {
@ -2341,7 +2347,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
"dev-master": "4.3-dev"
}
},
"autoload": {
@ -2368,7 +2374,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2019-06-26T06:46:55+00:00"
"time": "2019-11-03T09:04:05+00:00"
},
{
"name": "symfony/filesystem",
@ -2640,16 +2646,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v4.3.5",
"version": "v4.3.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "76590ced16d4674780863471bae10452b79210a5"
"reference": "cabe67275034e173350e158f3b1803d023880227"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/76590ced16d4674780863471bae10452b79210a5",
"reference": "76590ced16d4674780863471bae10452b79210a5",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/cabe67275034e173350e158f3b1803d023880227",
"reference": "cabe67275034e173350e158f3b1803d023880227",
"shasum": ""
},
"require": {
@ -2691,20 +2697,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2019-10-04T19:48:13+00:00"
"time": "2019-11-12T13:07:20+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v4.2.11",
"version": "v4.2.12",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "4315ef021fa1daf271eabc4ec0b6644dcbdbba7b"
"reference": "8a7c5ef599466af6e972c705507f815df9c490ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4315ef021fa1daf271eabc4ec0b6644dcbdbba7b",
"reference": "4315ef021fa1daf271eabc4ec0b6644dcbdbba7b",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8a7c5ef599466af6e972c705507f815df9c490ae",
"reference": "8a7c5ef599466af6e972c705507f815df9c490ae",
"shasum": ""
},
"require": {
@ -2714,7 +2720,8 @@
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "~4.1",
"symfony/http-foundation": "^4.1.1",
"symfony/polyfill-ctype": "~1.8"
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php56": "~1.8"
},
"conflict": {
"symfony/config": "<3.4",
@ -2780,20 +2787,20 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2019-07-28T07:05:06+00:00"
"time": "2019-11-13T08:51:34+00:00"
},
{
"name": "symfony/mime",
"version": "v4.3.5",
"version": "v4.3.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "32f71570547b91879fdbd9cf50317d556ae86916"
"reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916",
"reference": "32f71570547b91879fdbd9cf50317d556ae86916",
"url": "https://api.github.com/repos/symfony/mime/zipball/22aecf6b11638ef378fab25d6c5a2da8a31a1448",
"reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448",
"shasum": ""
},
"require": {
@ -2839,7 +2846,7 @@
"mime",
"mime-type"
],
"time": "2019-09-19T17:00:15+00:00"
"time": "2019-11-12T13:10:02+00:00"
},
{
"name": "symfony/orm-pack",