From 57acc08a0e5deac4ac706347989726831f4ff4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:04:30 +0000 Subject: [PATCH] Bump symfony/yaml from 6.0.11 to 6.0.12 Bumps [symfony/yaml](https://github.com/symfony/yaml) from 6.0.11 to 6.0.12. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v6.0.11...v6.0.12) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 72986ab..0163fca 100644 --- a/composer.lock +++ b/composer.lock @@ -4185,16 +4185,16 @@ }, { "name": "symfony/yaml", - "version": "v6.0.11", + "version": "v6.0.12", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "f41d702439aa1ee8db78a711d1822e73073eecbf" + "reference": "8c68efb08b038ec02753da6f16e1601a6ed4ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/f41d702439aa1ee8db78a711d1822e73073eecbf", - "reference": "f41d702439aa1ee8db78a711d1822e73073eecbf", + "url": "https://api.github.com/repos/symfony/yaml/zipball/8c68efb08b038ec02753da6f16e1601a6ed4ef17", + "reference": "8c68efb08b038ec02753da6f16e1601a6ed4ef17", "shasum": "" }, "require": { @@ -4239,7 +4239,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.0.11" + "source": "https://github.com/symfony/yaml/tree/v6.0.12" }, "funding": [ { @@ -4255,7 +4255,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T14:06:08+00:00" + "time": "2022-08-02T16:01:06+00:00" }, { "name": "vlucas/phpdotenv",