diff --git a/composer.json b/composer.json index 4fab06a..7b1412b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/monolog-bundle": "4.0.2", "symfony/twig-bundle": "8.0.8", "symfony/var-dumper": "8.0.8", - "symfony/yaml": "8.0.8", + "symfony/yaml": "8.0.12", "twig/extra-bundle": "3.24.0", "twig/twig": "3.26.0" }, diff --git a/composer.lock b/composer.lock index 957edc2..61cfc00 100644 --- a/composer.lock +++ b/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": "b66e733e3fd982d2ed8471b94023cc76", + "content-hash": "93ab0d7172e785e5f24f1f3775303407", "packages": [ { "name": "monolog/monolog", @@ -3245,16 +3245,16 @@ }, { "name": "symfony/yaml", - "version": "v8.0.8", + "version": "v8.0.12", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "54174ab48c0c0f9e21512b304be17f8150ccf8f1" + "reference": "2a36f4b8405d41fa31799b06874dbd45c1b16c30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/54174ab48c0c0f9e21512b304be17f8150ccf8f1", - "reference": "54174ab48c0c0f9e21512b304be17f8150ccf8f1", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2a36f4b8405d41fa31799b06874dbd45c1b16c30", + "reference": "2a36f4b8405d41fa31799b06874dbd45c1b16c30", "shasum": "" }, "require": { @@ -3296,7 +3296,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v8.0.8" + "source": "https://github.com/symfony/yaml/tree/v8.0.12" }, "funding": [ { @@ -3316,7 +3316,7 @@ "type": "tidelift" } ], - "time": "2026-03-30T15:14:47+00:00" + "time": "2026-05-20T07:22:03+00:00" }, { "name": "twig/extra-bundle",