From d45ca3224e2d81be4c77cbc55f1a42c51a761af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 21:50:53 +0000 Subject: [PATCH] Bump symfony/serializer from 4.4.26 to 4.4.35 Bumps [symfony/serializer](https://github.com/symfony/serializer) from 4.4.26 to 4.4.35. - [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/v4.4.26...v4.4.35) --- updated-dependencies: - dependency-name: symfony/serializer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 5f556c590fd..64e1dc05b3c 100644 --- a/composer.lock +++ b/composer.lock @@ -7947,16 +7947,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.23.0", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", - "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", "shasum": "" }, "require": { @@ -8010,7 +8010,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" }, "funding": [ { @@ -8026,7 +8026,7 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-07-28T13:41:28+00:00" }, { "name": "symfony/polyfill-php81", @@ -8643,21 +8643,22 @@ }, { "name": "symfony/serializer", - "version": "v4.4.26", + "version": "v4.4.35", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "24f5f3024401c97b0c6f1874568369bdd1a378d9" + "reference": "1b2ae02cb1b923987947e013688c51954a80b751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/24f5f3024401c97b0c6f1874568369bdd1a378d9", - "reference": "24f5f3024401c97b0c6f1874568369bdd1a378d9", + "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751", + "reference": "1b2ae02cb1b923987947e013688c51954a80b751", "shasum": "" }, "require": { "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", @@ -8716,7 +8717,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/v4.4.26" + "source": "https://github.com/symfony/serializer/tree/v4.4.35" }, "funding": [ { @@ -8732,7 +8733,7 @@ "type": "tidelift" } ], - "time": "2021-06-05T20:22:57+00:00" + "time": "2021-11-24T08:12:42+00:00" }, { "name": "symfony/service-contracts",