From eb510a9ed743679981fcbc640d730c1ebbe53c29 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Fri, 6 Dec 2024 11:48:44 -0500 Subject: [PATCH] Updated symfony/process to ^6.4.14 to resolve security vulnerability --- plugins/faustwp/composer.json | 5 +- plugins/faustwp/composer.lock | 131 +++++++++++++++++----------------- 2 files changed, 70 insertions(+), 66 deletions(-) diff --git a/plugins/faustwp/composer.json b/plugins/faustwp/composer.json index acee272a8..31d5d6a0b 100644 --- a/plugins/faustwp/composer.json +++ b/plugins/faustwp/composer.json @@ -65,5 +65,8 @@ "WPE\\FaustWP\\Tests\\Unit\\": "tests/unit/", "WPE\\FaustWP\\Tests\\Integration\\": "tests/integration/" } + }, + "require": { + "symfony/process": "^6.4.14" } -} \ No newline at end of file +} diff --git a/plugins/faustwp/composer.lock b/plugins/faustwp/composer.lock index 7ed478c27..5fa30a06b 100644 --- a/plugins/faustwp/composer.lock +++ b/plugins/faustwp/composer.lock @@ -4,8 +4,70 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "414f21330605d63ed03819255d5d0e58", - "packages": [], + "content-hash": "5e1054f36f484487d2b3a25f2825849f", + "packages": [ + { + "name": "symfony/process", + "version": "v6.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", + "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v6.4.15" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-11-06T14:19:14+00:00" + } + ], "packages-dev": [ { "name": "antecedent/patchwork", @@ -7177,67 +7239,6 @@ ], "time": "2023-01-26T09:26:14+00:00" }, - { - "name": "symfony/process", - "version": "v6.4.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c4b1ef0bc80533d87a2e969806172f1c2a980241", - "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Executes commands in sub-processes", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/process/tree/v6.4.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-12-22T16:42:54+00:00" - }, { "name": "symfony/service-contracts", "version": "v3.4.1", @@ -8267,7 +8268,7 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "plugin-api-version": "2.6.0" }