From f1115855b6abf4cf4cd4b0aed44e1f228b24ff41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=20Alexandre=20J-S=20William=20ELIS=C3=89?= Date: Mon, 4 May 2026 17:29:49 -0400 Subject: [PATCH] sec: Mitigate security issue by bumping composer package version - Composer audit command detected a critical security advisory. This specific package version fixes the issue. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e92819a..98b36a9 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "rubix", "rubix ml", "rubixml", "server" ], "authors": [ - { + { "name": "Andrew DalPino", "role": "Project Lead", "homepage": "https://github.com/andrewdalpino", @@ -33,7 +33,7 @@ "react/http": "^1.1", "rubix/ml": "^2.0", "symfony/polyfill-php80": "^1.17", - "webonyx/graphql-php": "^14.4" + "webonyx/graphql-php": "^15.32" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",