From 7546f78004dec56185ac79103e4cb4df5a7e379b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:56:34 +0000 Subject: [PATCH] Update lucatume/wp-browser requirement from ~3.1.9 to ~3.1.10 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/3.1.9...3.1.10) --- 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 a6b0b85..96aec45 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "wp-phpunit/wp-phpunit": "6.2.0", "yoast/phpunit-polyfills": "^1.0.5", "phpunit/phpunit": "^9.6.10", - "lucatume/wp-browser": "~3.1.9", + "lucatume/wp-browser": "~3.1.10", "codeception/module-asserts": "~1.3.1", "codeception/module-phpbrowser": "~1.0.3", "codeception/module-webdriver": "~1.4.1",