[Security] Bump symfony/error-handler from 4.4.2 to 4.4.7
Bumps [symfony/error-handler](https://github.com/symfony/error-handler) from 4.4.2 to 4.4.7. **This update includes a security fix.** - [Release notes](https://github.com/symfony/error-handler/releases) - [Changelog](https://github.com/symfony/error-handler/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/error-handler/compare/v4.4.2...v4.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
8d12100f31
commit
796578d7f0
42
composer.lock
generated
42
composer.lock
generated
|
@ -2401,16 +2401,16 @@
|
|||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/log.git",
|
||||
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
||||
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
||||
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||||
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2444,7 +2444,7 @@
|
|||
"psr",
|
||||
"psr-3"
|
||||
],
|
||||
"time": "2019-11-01T11:05:21+00:00"
|
||||
"time": "2020-03-23T09:12:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "react/cache",
|
||||
|
@ -3352,16 +3352,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v4.4.2",
|
||||
"version": "v4.4.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5"
|
||||
"reference": "346636d2cae417992ecfd761979b2ab98b339a45"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
|
||||
"reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45",
|
||||
"reference": "346636d2cae417992ecfd761979b2ab98b339a45",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3404,7 +3404,7 @@
|
|||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2019-12-16T14:46:54+00:00"
|
||||
"time": "2020-03-27T16:54:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dependency-injection",
|
||||
|
@ -3481,22 +3481,22 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/error-handler",
|
||||
"version": "v4.4.2",
|
||||
"version": "v4.4.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/error-handler.git",
|
||||
"reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1"
|
||||
"reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1",
|
||||
"reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/7e9828fc98aa1cf27b422fe478a84f5b0abb7358",
|
||||
"reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"psr/log": "~1.0",
|
||||
"symfony/debug": "^4.4",
|
||||
"symfony/debug": "^4.4.5",
|
||||
"symfony/var-dumper": "^4.4|^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -3533,7 +3533,7 @@
|
|||
],
|
||||
"description": "Symfony ErrorHandler Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2019-12-16T14:46:54+00:00"
|
||||
"time": "2020-03-30T14:07:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
|
@ -4533,16 +4533,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v4.4.5",
|
||||
"version": "v4.4.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "2572839911702b0405479410ea7a1334bfab0b96"
|
||||
"reference": "5a0c2d93006131a36cf6f767d10e2ca8333b0d4a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2572839911702b0405479410ea7a1334bfab0b96",
|
||||
"reference": "2572839911702b0405479410ea7a1334bfab0b96",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/5a0c2d93006131a36cf6f767d10e2ca8333b0d4a",
|
||||
"reference": "5a0c2d93006131a36cf6f767d10e2ca8333b0d4a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4605,7 +4605,7 @@
|
|||
"debug",
|
||||
"dump"
|
||||
],
|
||||
"time": "2020-02-24T13:10:00+00:00"
|
||||
"time": "2020-03-27T16:54:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
|
|
Reference in a new issue