From 32de986ee15d6c069265aed974d1558166e9dab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:39:11 +0000 Subject: [PATCH] Update lucatume/wp-browser requirement from ~4.2.0 to ~4.3.7 Updates the requirements on [lucatume/wp-browser](https://github.com/lucatume/wp-browser) to permit the latest version. - [Release notes](https://github.com/lucatume/wp-browser/releases) - [Changelog](https://github.com/lucatume/wp-browser/blob/master/CHANGELOG.md) - [Commits](https://github.com/lucatume/wp-browser/compare/4.2.0...4.3.7) --- updated-dependencies: - dependency-name: lucatume/wp-browser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5afd6b6..7a09380 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "wp-phpunit/wp-phpunit": "6.7.0", "yoast/phpunit-polyfills": "^2.0.1", "phpunit/phpunit": "~9.6", - "lucatume/wp-browser": "~4.2.0", + "lucatume/wp-browser": "~4.3.7", "codeception/module-asserts": "~3.0", "codeception/module-phpbrowser": "~3.0", "codeception/module-webdriver": "~3.0",