From 73824bb6c5949ec45606d006878d88f1e5c5088c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:48:41 +0000 Subject: [PATCH] build(deps-dev): bump pestphp/pest from 2.34.5 to 2.34.6 Bumps [pestphp/pest](https://github.com/pestphp/pest) from 2.34.5 to 2.34.6. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/2.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v2.34.5...v2.34.6) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index e01bacf..d192418 100644 --- a/composer.lock +++ b/composer.lock @@ -4344,16 +4344,16 @@ }, { "name": "pestphp/pest", - "version": "v2.34.5", + "version": "v2.34.6", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "863a0cc83744c677ffdb28a6a2b841dd049e57ce" + "reference": "680111fb1e7175a5010b73c115edef58ceef303e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/863a0cc83744c677ffdb28a6a2b841dd049e57ce", - "reference": "863a0cc83744c677ffdb28a6a2b841dd049e57ce", + "url": "https://api.github.com/repos/pestphp/pest/zipball/680111fb1e7175a5010b73c115edef58ceef303e", + "reference": "680111fb1e7175a5010b73c115edef58ceef303e", "shasum": "" }, "require": { @@ -4363,10 +4363,10 @@ "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.7.0", "php": "^8.1.0", - "phpunit/phpunit": "^10.5.15" + "phpunit/phpunit": "^10.5.16" }, "conflict": { - "phpunit/phpunit": ">10.5.15", + "phpunit/phpunit": ">10.5.16", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" }, @@ -4436,7 +4436,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.34.5" + "source": "https://github.com/pestphp/pest/tree/v2.34.6" }, "funding": [ { @@ -4448,7 +4448,7 @@ "type": "github" } ], - "time": "2024-03-22T08:44:19+00:00" + "time": "2024-03-28T11:36:46+00:00" }, { "name": "pestphp/pest-plugin", @@ -5652,16 +5652,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.15", + "version": "10.5.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "86376e05e8745ed81d88232ff92fee868247b07b" + "reference": "18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86376e05e8745ed81d88232ff92fee868247b07b", - "reference": "86376e05e8745ed81d88232ff92fee868247b07b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd", + "reference": "18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd", "shasum": "" }, "require": { @@ -5733,7 +5733,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.15" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.16" }, "funding": [ { @@ -5749,7 +5749,7 @@ "type": "tidelift" } ], - "time": "2024-03-22T04:17:47+00:00" + "time": "2024-03-28T10:08:10+00:00" }, { "name": "pimple/pimple",