From 85c7f22883135c8f7698fdedd78bd3c235a2b2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:40:52 +0000 Subject: [PATCH] Bump symfony/yaml from 7.3.0 to 7.3.2 in /plib/library Bumps [symfony/yaml](https://github.com/symfony/yaml) from 7.3.0 to 7.3.2. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v7.3.0...v7.3.2) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 7.3.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plib/library/composer.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/plib/library/composer.lock b/plib/library/composer.lock index 0952163..7c5e587 100644 --- a/plib/library/composer.lock +++ b/plib/library/composer.lock @@ -3595,16 +3595,16 @@ }, { "name": "symfony/yaml", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "cea40a48279d58dc3efee8112634cb90141156c2" + "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/cea40a48279d58dc3efee8112634cb90141156c2", - "reference": "cea40a48279d58dc3efee8112634cb90141156c2", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b8d7d868da9eb0919e99c8830431ea087d6aae30", + "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30", "shasum": "" }, "require": { @@ -3647,7 +3647,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.3.0" + "source": "https://github.com/symfony/yaml/tree/v7.3.2" }, "funding": [ { @@ -3658,12 +3658,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T10:10:33+00:00" + "time": "2025-07-10T08:47:49+00:00" }, { "name": "theseer/tokenizer",