From 4e6eff09ef4c5d94483df36c78947c08676d3992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 05:05:43 +0000 Subject: [PATCH] fix(deps): update dependency ramsey/uuid to v4.9.2 --- api/composer.json | 2 +- api/composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/composer.json b/api/composer.json index e4dee34208..54e4e050ae 100644 --- a/api/composer.json +++ b/api/composer.json @@ -34,7 +34,7 @@ "nelmio/cors-bundle": "2.6.0", "phpdocumentor/reflection-docblock": "5.6.5", "phpmyadmin/sql-parser": "6.0.0", - "ramsey/uuid": "4.9.1", + "ramsey/uuid": "4.9.2", "rize/uri-template": "0.4.1", "sentry/sentry-symfony": "5.8.2", "stof/doctrine-extensions-bundle": "1.14.0", diff --git a/api/composer.lock b/api/composer.lock index 55862799bc..f538bb6e85 100644 --- a/api/composer.lock +++ b/api/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": "914264fbe31e3c2b8f05258fb871e0f6", + "content-hash": "10a156b011196ff57227c5bc0537c47f", "packages": [ { "name": "api-platform/doctrine-common", @@ -5613,20 +5613,20 @@ }, { "name": "ramsey/uuid", - "version": "4.9.1", + "version": "4.9.2", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440" + "reference": "8429c78ca35a09f27565311b98101e2826affde0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440", - "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0", + "reference": "8429c78ca35a09f27565311b98101e2826affde0", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", + "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" }, @@ -5685,9 +5685,9 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.9.1" + "source": "https://github.com/ramsey/uuid/tree/4.9.2" }, - "time": "2025-09-04T20:59:21+00:00" + "time": "2025-12-14T04:43:48+00:00" }, { "name": "rize/uri-template",