From 30bd0ff8ada7f1d4140997f75780b07f66342491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:53:12 +0000 Subject: [PATCH] fix(deps): update dependency friendsofsymfony/http-cache to v3.1.2 --- api/composer.json | 2 +- api/composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api/composer.json b/api/composer.json index 34cf727331..8b573c367b 100644 --- a/api/composer.json +++ b/api/composer.json @@ -24,7 +24,7 @@ "doctrine/doctrine-migrations-bundle": "3.7.0", "doctrine/orm": "3.5.8", "exercise/htmlpurifier-bundle": "5.2", - "friendsofsymfony/http-cache": "3.1.1", + "friendsofsymfony/http-cache": "3.1.2", "friendsofsymfony/http-cache-bundle": "3.2.0", "gesdinet/jwt-refresh-token-bundle": "1.5.0", "google/recaptcha": "1.3.1", diff --git a/api/composer.lock b/api/composer.lock index b4f3232d8b..a61cbfe069 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": "50488c074490f3e805cc79e6ec20266d", + "content-hash": "83bbb1489f9d7f080cab1d2cfff0801a", "packages": [ { "name": "api-platform/doctrine-common", @@ -3023,16 +3023,16 @@ }, { "name": "friendsofsymfony/http-cache", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git", - "reference": "c5ed7189df2cf0550541c6d1a3d2fb558213e403" + "reference": "7805dc01f901e0698bea6f7817e246464cf9ff04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/c5ed7189df2cf0550541c6d1a3d2fb558213e403", - "reference": "c5ed7189df2cf0550541c6d1a3d2fb558213e403", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/7805dc01f901e0698bea6f7817e246464cf9ff04", + "reference": "7805dc01f901e0698bea6f7817e246464cf9ff04", "shasum": "" }, "require": { @@ -3042,8 +3042,8 @@ "php-http/discovery": "^1.12", "psr/http-client-implementation": "^1.0 || ^2.0", "psr/http-factory": "^1.0", - "symfony/event-dispatcher": "^6.4 || ^7.0", - "symfony/options-resolver": "^6.4 || ^7.0" + "symfony/event-dispatcher": "^6.4 || ^7.0 || ^8.0", + "symfony/options-resolver": "^6.4 || ^7.0 || ^8.0" }, "conflict": { "toflar/psr6-symfony-http-cache-store": "<2.2.1" @@ -3054,8 +3054,8 @@ "php-http/guzzle7-adapter": "^1", "php-http/mock-client": "^1.6.0", "phpunit/phpunit": "^10.5", - "symfony/http-kernel": "^6.4|| ^7.0", - "symfony/process": "^6.4|| ^7.0" + "symfony/http-kernel": "^6.4|| ^7.0 || ^8.0", + "symfony/process": "^6.4|| ^7.0 || ^8.0" }, "suggest": { "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework", @@ -3099,9 +3099,9 @@ ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSHttpCache/issues", - "source": "https://github.com/FriendsOfSymfony/FOSHttpCache/tree/3.1.1" + "source": "https://github.com/FriendsOfSymfony/FOSHttpCache/tree/3.1.2" }, - "time": "2025-06-17T09:10:02+00:00" + "time": "2025-12-03T15:55:18+00:00" }, { "name": "friendsofsymfony/http-cache-bundle",