From f79cdd64ffd48dc9cb30d0fbcc3a1665b48e384b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:31:07 +0000 Subject: [PATCH] Bump symfony/serializer from 5.3.10 to 5.3.12 Bumps [symfony/serializer](https://github.com/symfony/serializer) from 5.3.10 to 5.3.12. - [Release notes](https://github.com/symfony/serializer/releases) - [Changelog](https://github.com/symfony/serializer/blob/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/serializer/compare/v5.3.10...v5.3.12) --- updated-dependencies: - dependency-name: symfony/serializer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index ca52b45..d52405a 100644 --- a/composer.lock +++ b/composer.lock @@ -6333,16 +6333,16 @@ }, { "name": "symfony/serializer", - "version": "v5.3.10", + "version": "v5.3.12", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "5d7f068253ac3e7c62964ebdda491b06d401059a" + "reference": "bf570839e289e0bdde69c9fa867d3a42f5e8fde1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/5d7f068253ac3e7c62964ebdda491b06d401059a", - "reference": "5d7f068253ac3e7c62964ebdda491b06d401059a", + "url": "https://api.github.com/repos/symfony/serializer/zipball/bf570839e289e0bdde69c9fa867d3a42f5e8fde1", + "reference": "bf570839e289e0bdde69c9fa867d3a42f5e8fde1", "shasum": "" }, "require": { @@ -6415,7 +6415,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.3.10" + "source": "https://github.com/symfony/serializer/tree/v5.3.12" }, "funding": [ { @@ -6431,7 +6431,7 @@ "type": "tidelift" } ], - "time": "2021-09-29T17:19:25+00:00" + "time": "2021-11-24T08:13:09+00:00" }, { "name": "symfony/service-contracts",