diff --git a/composer.json b/composer.json index 11eddebf3b..bfe3e6f2b7 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "consolidation/filter-via-dot-access-data": "^1", "consolidation/robo": "^3", "consolidation/site-alias": "^3.1.3", - "consolidation/site-process": "^4", + "consolidation/site-process": "^4.1.3", "enlightn/security-checker": "^1", "guzzlehttp/guzzle": "^6.3 || ^7.0", "league/container": "^3.4", diff --git a/composer.lock b/composer.lock index eeae7ae6b0..f0b1e764cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "101833872d33f2b7c5702a49c06577b8", + "content-hash": "0741387fd6370a7498f593fd139d63e3", "packages": [ { "name": "chi-teck/drupal-code-generator", @@ -685,16 +685,16 @@ }, { "name": "consolidation/site-process", - "version": "4.1.0", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c" + "reference": "ca41dc82b280bccdf1b231d5599c7d506fba5c04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ef57711d7049f7606ce936ded16ad93f1ad7f02c", - "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/ca41dc82b280bccdf1b231d5599c7d506fba5c04", + "reference": "ca41dc82b280bccdf1b231d5599c7d506fba5c04", "shasum": "" }, "require": { @@ -702,7 +702,7 @@ "consolidation/site-alias": "^3", "php": ">=7.1.3", "symfony/console": "^2.8.52|^3|^4.4|^5", - "symfony/process": "^4.3.4" + "symfony/process": "^4.3.4|^5" }, "require-dev": { "phpunit/phpunit": "^7.5.20|^8.5.14", @@ -737,9 +737,9 @@ "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "support": { "issues": "https://github.com/consolidation/site-process/issues", - "source": "https://github.com/consolidation/site-process/tree/4.1.0" + "source": "https://github.com/consolidation/site-process/tree/4.1.3" }, - "time": "2021-02-21T02:53:33+00:00" + "time": "2022-01-18T23:04:54+00:00" }, { "name": "dflydev/dot-access-data",