From 479b5493920bf77e030b113b49dd9c2f8a717023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 07:32:57 +0000 Subject: [PATCH] chore(deps): bump laravel/nightwatch Bumps the php-dependencies group with 1 update in the / directory: [laravel/nightwatch](https://github.com/laravel/nightwatch). Updates `laravel/nightwatch` from 1.13.7 to 1.13.8 - [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.13.7...v1.13.8) --- updated-dependencies: - dependency-name: laravel/nightwatch dependency-version: 1.13.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php-dependencies ... Signed-off-by: dependabot[bot] --- composer.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 0de1d077..9ff42f13 100644 --- a/composer.lock +++ b/composer.lock @@ -4464,30 +4464,31 @@ }, { "name": "laravel/nightwatch", - "version": "v1.13.7", + "version": "v1.13.8", "source": { "type": "git", "url": "https://github.com/laravel/nightwatch.git", - "reference": "27d7b307c81db97de48c31a7bd3700e32541b03b" + "reference": "a9534899792a453ee16b8200b281197c60dd9a63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/nightwatch/zipball/27d7b307c81db97de48c31a7bd3700e32541b03b", - "reference": "27d7b307c81db97de48c31a7bd3700e32541b03b", + "url": "https://api.github.com/repos/laravel/nightwatch/zipball/a9534899792a453ee16b8200b281197c60dd9a63", + "reference": "a9534899792a453ee16b8200b281197c60dd9a63", "shasum": "" }, "require": { "ext-zlib": "*", "guzzlehttp/promises": "^2.0", "laravel/framework": "^10.0|^11.0|^12.0", - "monolog/monolog": "^3.0", + "monolog/monolog": "^3.6", "nesbot/carbon": "^2.0|^3.0", "php": "^8.2", "psr/http-message": "^1.0|^2.0", "psr/log": "^1.0|^2.0|^3.0", "ramsey/uuid": "^4.0", "symfony/console": "^6.0|^7.0", - "symfony/http-foundation": "^6.0|^7.0" + "symfony/http-foundation": "^6.0|^7.0", + "symfony/polyfill-php84": "^1.29" }, "require-dev": { "aws/aws-sdk-php": "^3.349", @@ -4547,7 +4548,7 @@ "issues": "https://github.com/laravel/nightwatch/issues", "source": "https://github.com/laravel/nightwatch" }, - "time": "2025-09-20T07:10:50+00:00" + "time": "2025-09-23T05:45:29+00:00" }, { "name": "laravel/octane",