From b90db0094017562d6a63c7eb286f6eb6a0b45106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:08:09 +0000 Subject: [PATCH] build(deps-dev): bump symfony/stopwatch from 5.4.13 to 5.4.19 Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.4.13 to 5.4.19. - [Release notes](https://github.com/symfony/stopwatch/releases) - [Changelog](https://github.com/symfony/stopwatch/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/stopwatch/compare/v5.4.13...v5.4.19) --- updated-dependencies: - dependency-name: symfony/stopwatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e77035150..629b7ba10 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ ] }, "require-dev": { - "symfony/stopwatch": "5.4.13", + "symfony/stopwatch": "5.4.19", "phpunit/phpunit": "9.5.28", "roave/security-advisories": "dev-master" } diff --git a/composer.lock b/composer.lock index 004fb0854..b308e7006 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "aca5dafbdea583e6036acb3ecde40b5a", + "content-hash": "16f08614937cdf4606cc93304a04b7df", "packages": [ { "name": "christian-riesen/base32", @@ -3149,16 +3149,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.4.13", + "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69" + "reference": "bd2b066090fd6a67039371098fa25a84cb2679ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6df7a3effde34d81717bbef4591e5ffe32226d69", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/bd2b066090fd6a67039371098fa25a84cb2679ec", + "reference": "bd2b066090fd6a67039371098fa25a84cb2679ec", "shasum": "" }, "require": { @@ -3191,7 +3191,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.4.13" + "source": "https://github.com/symfony/stopwatch/tree/v5.4.19" }, "funding": [ { @@ -3207,7 +3207,7 @@ "type": "tidelift" } ], - "time": "2022-09-28T13:19:49+00:00" + "time": "2023-01-01T08:32:19+00:00" }, { "name": "theseer/tokenizer",