From fade9b0b49ac3c2f28febfc68e851e30cb7e5a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:45:34 -0800 Subject: [PATCH] chore(deps): bump spatie/color from 1.5.2 to 1.5.3 (#387) Bumps [spatie/color](https://github.com/spatie/color) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/spatie/color/releases) - [Changelog](https://github.com/spatie/color/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/color/compare/1.5.2...1.5.3) --- updated-dependencies: - dependency-name: spatie/color dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2d6da64..fef4b6c 100644 --- a/composer.lock +++ b/composer.lock @@ -254,22 +254,23 @@ }, { "name": "spatie/color", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/spatie/color.git", - "reference": "d6e9b2766d8e24aab835e414248728762bd63530" + "reference": "49739265900cabce4640cd26c3266fd8d2cca390" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/color/zipball/d6e9b2766d8e24aab835e414248728762bd63530", - "reference": "d6e9b2766d8e24aab835e414248728762bd63530", + "url": "https://api.github.com/repos/spatie/color/zipball/49739265900cabce4640cd26c3266fd8d2cca390", + "reference": "49739265900cabce4640cd26c3266fd8d2cca390", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { + "pestphp/pest": "^1.22", "phpunit/phpunit": "^6.5||^9.0" }, "type": "library", @@ -300,7 +301,7 @@ ], "support": { "issues": "https://github.com/spatie/color/issues", - "source": "https://github.com/spatie/color/tree/1.5.2" + "source": "https://github.com/spatie/color/tree/1.5.3" }, "funding": [ { @@ -308,7 +309,7 @@ "type": "github" } ], - "time": "2022-06-24T21:50:06+00:00" + "time": "2022-12-18T12:58:32+00:00" }, { "name": "squizlabs/php_codesniffer",