From db1cba0ae39cd46cb680f62647571e5eb650154e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:32:18 +0000 Subject: [PATCH] Update lucatume/wp-browser requirement from ~3.1.10 to ~3.2.3 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/3.2.3/CHANGELOG.md) - [Commits](https://github.com/lucatume/wp-browser/compare/3.1.10...3.2.3) --- 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 db54f3c..73a6e03 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "wp-phpunit/wp-phpunit": "6.1.3", "yoast/phpunit-polyfills": "^1.0.5", "phpunit/phpunit": "^9.6.16", - "lucatume/wp-browser": "~3.1.10", + "lucatume/wp-browser": "~3.2.3", "codeception/module-asserts": "~1.3.1", "codeception/module-phpbrowser": "~1.0.3", "codeception/module-webdriver": "~1.4.1",