Upgrade Symfony/Process

Used only in dev, current version has a security advisory. May as well fix it.
This commit is contained in:
oleibman
2024-11-12 19:27:13 -08:00
parent b59e9bdbed
commit 4f70a4701a
Generated
+7 -7
View File
@@ -5129,16 +5129,16 @@
},
{
"name": "symfony/process",
"version": "v6.4.8",
"version": "v6.4.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5"
"reference": "25214adbb0996d18112548de20c281be9f27279f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5",
"reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5",
"url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f",
"reference": "25214adbb0996d18112548de20c281be9f27279f",
"shasum": ""
},
"require": {
@@ -5170,7 +5170,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.4.8"
"source": "https://github.com/symfony/process/tree/v6.4.14"
},
"funding": [
{
@@ -5186,7 +5186,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:49:08+00:00"
"time": "2024-11-06T09:25:01+00:00"
},
{
"name": "symfony/service-contracts",
@@ -5569,5 +5569,5 @@
"platform-overrides": {
"php": "8.1.99"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}