From 03fe62565b55b891224fddfbcf4ea342cce1bdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 07:23:31 +0000 Subject: [PATCH] Bump laravel/nightwatch in the php-dependencies group Bumps the php-dependencies group with 1 update: [laravel/nightwatch](https://github.com/laravel/nightwatch). Updates `laravel/nightwatch` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/laravel/nightwatch/releases) - [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/laravel/nightwatch/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: laravel/nightwatch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php-dependencies ... Signed-off-by: dependabot[bot] --- composer.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index c2597fa3..32795f13 100644 --- a/composer.lock +++ b/composer.lock @@ -3510,16 +3510,16 @@ }, { "name": "laravel/nightwatch", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/laravel/nightwatch.git", - "reference": "fd6fb57f39eb2a20e10a678f46ecfb89f31c4196" + "reference": "7856536d5e9ab4fbdaae5d17ff51d2ed406c3e33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/nightwatch/zipball/fd6fb57f39eb2a20e10a678f46ecfb89f31c4196", - "reference": "fd6fb57f39eb2a20e10a678f46ecfb89f31c4196", + "url": "https://api.github.com/repos/laravel/nightwatch/zipball/7856536d5e9ab4fbdaae5d17ff51d2ed406c3e33", + "reference": "7856536d5e9ab4fbdaae5d17ff51d2ed406c3e33", "shasum": "" }, "require": { @@ -3537,6 +3537,7 @@ "guzzlehttp/guzzle": "^7.0", "guzzlehttp/promises": "^2.0", "guzzlehttp/psr7": "^2.0", + "laravel/horizon": "^5.4", "laravel/pint": "1.21.0", "mockery/mockery": "^1.0", "mongodb/laravel-mongodb": "^5.0", @@ -3588,7 +3589,7 @@ "issues": "https://github.com/laravel/nightwatch/issues", "source": "https://github.com/laravel/nightwatch" }, - "time": "2025-03-17T22:39:21+00:00" + "time": "2025-03-19T23:59:43+00:00" }, { "name": "laravel/prompts",