From e41acc4b850b047f2d99ca430dddeb8751d152d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 1 May 2019 07:22:01 +0000 Subject: [PATCH] [Security] Bump symfony/form from 4.1.2 to 4.1.12 Bumps [symfony/form](https://github.com/symfony/form) from 4.1.2 to 4.1.12. **This update includes security fixes.** - [Release notes](https://github.com/symfony/form/releases) - [Changelog](https://github.com/symfony/form/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/form/compare/v4.1.2...v4.1.12) Signed-off-by: dependabot[bot] --- composer.lock | 211 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 143 insertions(+), 68 deletions(-) diff --git a/composer.lock b/composer.lock index 9adcb02..3a2fbff 100644 --- a/composer.lock +++ b/composer.lock @@ -939,12 +939,12 @@ "version": "v2.6.2", "source": { "type": "git", - "url": "https://github.com/doctrine/doctrine2.git", + "url": "https://github.com/doctrine/orm.git", "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8", + "url": "https://api.github.com/repos/doctrine/orm/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8", "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8", "shasum": "" }, @@ -1508,16 +1508,16 @@ "source": { "type": "git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git", - "reference": "619ae0d5aee31b58e77bad503f3c861b2adb2bf6" + "reference": "101648bb8fb8729112277f83d644d246411d85ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/619ae0d5aee31b58e77bad503f3c861b2adb2bf6", - "reference": "619ae0d5aee31b58e77bad503f3c861b2adb2bf6", + "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/101648bb8fb8729112277f83d644d246411d85ea", + "reference": "101648bb8fb8729112277f83d644d246411d85ea", "shasum": "" }, "require": { - "exsyst/swagger": "~0.3|~0.4", + "exsyst/swagger": "^0.4.1", "php": "^7.0", "phpdocumentor/reflection-docblock": "^3.1|^4.0", "symfony/framework-bundle": "^3.4|^4.0", @@ -1530,7 +1530,8 @@ "doctrine/annotations": "^1.2", "doctrine/common": "^2.4", "friendsofsymfony/rest-bundle": "^2.0", - "jms/serializer-bundle": "^2.0", + "jms/serializer": "^1.14|^3.0", + "jms/serializer-bundle": "^2.0|^3.0", "sensio/framework-extra-bundle": "^3.0", "symfony/asset": "^3.4|^4.0", "symfony/browser-kit": "^3.4|^4.0", @@ -1539,13 +1540,13 @@ "symfony/console": "^3.4|^4.0", "symfony/dom-crawler": "^3.4|^4.0", "symfony/form": "^3.4|^4.0", - "symfony/phpunit-bridge": "^3.4|^4.0", + "symfony/phpunit-bridge": "^3.4.24|^4.0", "symfony/property-access": "^3.4|^4.0", "symfony/stopwatch": "^3.4|^4.0", "symfony/templating": "^3.4|^4.0", "symfony/twig-bundle": "^3.4|^4.0", "symfony/validator": "^3.4|^4.0", - "willdurand/hateoas-bundle": "^1.0" + "willdurand/hateoas-bundle": "^1.0|^2.0" }, "suggest": { "api-platform/core": "For using an API oriented framework.", @@ -1583,7 +1584,7 @@ "documentation", "rest" ], - "time": "2018-07-27T06:30:22+00:00" + "time": "2019-04-23T19:46:19+00:00" }, { "name": "nikic/php-parser", @@ -2691,6 +2692,74 @@ "homepage": "https://symfony.com", "time": "2018-07-16T14:05:40+00:00" }, + { + "name": "symfony/contracts", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/contracts.git", + "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf", + "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "require-dev": { + "psr/cache": "^1.0", + "psr/container": "^1.0" + }, + "suggest": { + "psr/cache": "When using the Cache contracts", + "psr/container": "When using the Service contracts", + "symfony/cache-contracts-implementation": "", + "symfony/service-contracts-implementation": "", + "symfony/translation-contracts-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\": "" + }, + "exclude-from-classmap": [ + "**/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A set of abstractions extracted out of the Symfony components", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2018-12-05T08:06:11+00:00" + }, { "name": "symfony/debug", "version": "v4.1.2", @@ -2957,20 +3026,21 @@ }, { "name": "symfony/event-dispatcher", - "version": "v4.1.2", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f" + "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f", - "reference": "00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fbce53cd74ac509cbe74b6f227622650ab759b02", + "reference": "fbce53cd74ac509cbe74b6f227622650ab759b02", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "^7.1.3", + "symfony/contracts": "^1.0" }, "conflict": { "symfony/dependency-injection": "<3.4" @@ -2989,7 +3059,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -3016,7 +3086,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2018-07-10T11:02:47+00:00" + "time": "2019-04-06T13:51:08+00:00" }, { "name": "symfony/filesystem", @@ -3166,16 +3236,16 @@ }, { "name": "symfony/form", - "version": "v4.1.2", + "version": "v4.1.12", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "62da4ba245aec59aeea4666973ed2643ac0ed806" + "reference": "4bcc0f21abfc07c5d712c6da8922a31e75891f2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/62da4ba245aec59aeea4666973ed2643ac0ed806", - "reference": "62da4ba245aec59aeea4666973ed2643ac0ed806", + "url": "https://api.github.com/repos/symfony/form/zipball/4bcc0f21abfc07c5d712c6da8922a31e75891f2c", + "reference": "4bcc0f21abfc07c5d712c6da8922a31e75891f2c", "shasum": "" }, "require": { @@ -3243,7 +3313,7 @@ ], "description": "Symfony Form Component", "homepage": "https://symfony.com", - "time": "2018-07-23T15:02:27+00:00" + "time": "2019-01-29T09:21:38+00:00" }, { "name": "symfony/framework-bundle", @@ -3504,16 +3574,16 @@ }, { "name": "symfony/inflector", - "version": "v4.1.2", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8" + "reference": "275e54941a4f17a471c68d2a00e2513fc1fd4a78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8", - "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8", + "url": "https://api.github.com/repos/symfony/inflector/zipball/275e54941a4f17a471c68d2a00e2513fc1fd4a78", + "reference": "275e54941a4f17a471c68d2a00e2513fc1fd4a78", "shasum": "" }, "require": { @@ -3523,7 +3593,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -3558,20 +3628,20 @@ "symfony", "words" ], - "time": "2018-05-01T23:02:13+00:00" + "time": "2019-01-16T20:31:39+00:00" }, { "name": "symfony/intl", - "version": "v4.1.2", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "cb21b901892c0d637f9c2f50860ed2fe29ce4b55" + "reference": "6361d2168db3ef9203eeb565f05c1108dd04f796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/cb21b901892c0d637f9c2f50860ed2fe29ce4b55", - "reference": "cb21b901892c0d637f9c2f50860ed2fe29ce4b55", + "url": "https://api.github.com/repos/symfony/intl/zipball/6361d2168db3ef9203eeb565f05c1108dd04f796", + "reference": "6361d2168db3ef9203eeb565f05c1108dd04f796", "shasum": "" }, "require": { @@ -3587,7 +3657,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -3633,7 +3703,7 @@ "l10n", "localization" ], - "time": "2018-06-25T11:12:43+00:00" + "time": "2019-04-01T07:32:59+00:00" }, { "name": "symfony/lts", @@ -3641,12 +3711,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/lts.git", - "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991" + "reference": "c1affae45b78aee036effa1759237e7fa96d4af2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991", - "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991", + "url": "https://api.github.com/repos/symfony/lts/zipball/c1affae45b78aee036effa1759237e7fa96d4af2", + "reference": "c1affae45b78aee036effa1759237e7fa96d4af2", "shasum": "" }, "conflict": { @@ -3726,7 +3796,8 @@ ], "description": "Enforces Long Term Supported versions of Symfony components", "homepage": "https://symfony.com", - "time": "2018-04-03T05:04:16+00:00" + "abandoned": "symfony/flex", + "time": "2018-10-03T12:03:19+00:00" }, { "name": "symfony/maker-bundle", @@ -3795,16 +3866,16 @@ }, { "name": "symfony/options-resolver", - "version": "v4.1.2", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "0aec9f9c5d2447ae7ea5ea31bc82f1d43f9a8a56" + "reference": "fd4a5f27b7cd085b489247b9890ebca9f3e10044" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0aec9f9c5d2447ae7ea5ea31bc82f1d43f9a8a56", - "reference": "0aec9f9c5d2447ae7ea5ea31bc82f1d43f9a8a56", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/fd4a5f27b7cd085b489247b9890ebca9f3e10044", + "reference": "fd4a5f27b7cd085b489247b9890ebca9f3e10044", "shasum": "" }, "require": { @@ -3813,7 +3884,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -3845,7 +3916,7 @@ "configuration", "options" ], - "time": "2018-07-07T16:00:36+00:00" + "time": "2019-04-10T16:20:36+00:00" }, { "name": "symfony/orm-pack", @@ -3877,25 +3948,28 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.8.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" + "reference": "82ebae02209c21113908c229e9883c419720738a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", + "reference": "82ebae02209c21113908c229e9883c419720738a", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "suggest": { + "ext-ctype": "For best performance" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -3928,20 +4002,20 @@ "polyfill", "portable" ], - "time": "2018-04-30T19:57:29+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.8.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e" + "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/80ee17ae83c10cd513e5144f91a73607a21edb4e", - "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/999878a3a09d73cae157b0cf89bb6fb2cc073057", + "reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057", "shasum": "" }, "require": { @@ -3954,7 +4028,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -3986,20 +4060,20 @@ "portable", "shim" ], - "time": "2018-04-25T14:53:50+00:00" + "time": "2019-01-07T19:39:47+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.8.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "3296adf6a6454a050679cde90f95350ad604b171" + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", - "reference": "3296adf6a6454a050679cde90f95350ad604b171", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { @@ -4011,7 +4085,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -4045,20 +4119,20 @@ "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/property-access", - "version": "v4.1.2", + "version": "v4.2.7", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a" + "reference": "5440dd2b5373073beee051bd978b58a0f543b192" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a", - "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a", + "url": "https://api.github.com/repos/symfony/property-access/zipball/5440dd2b5373073beee051bd978b58a0f543b192", + "reference": "5440dd2b5373073beee051bd978b58a0f543b192", "shasum": "" }, "require": { @@ -4074,7 +4148,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -4112,7 +4186,7 @@ "property path", "reflection" ], - "time": "2018-05-30T07:26:09+00:00" + "time": "2019-03-04T09:16:25+00:00" }, { "name": "symfony/property-info", @@ -5536,6 +5610,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2018-07-13T03:27:23+00:00" }, {