From b45db583266ea588901d5021b871c09f9cd15e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:46:53 +0000 Subject: [PATCH] Update lucatume/wp-browser requirement from ~4.2.0 to ~4.2.5 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.2.5) --- 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 1b5932d9..ec9b1904 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "wp-phpunit/wp-phpunit": "6.7.0", "yoast/phpunit-polyfills": "^2.0.2", "phpunit/phpunit": "~9.6", - "lucatume/wp-browser": "~4.2.0", + "lucatume/wp-browser": "~4.2.5", "codeception/module-asserts": "~3.0", "codeception/module-phpbrowser": "~3.0", "codeception/module-webdriver": "~3.0",