From 242af2ad4a53ef413337273dad216bf3341d03f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:07:07 +0000 Subject: [PATCH] [v23-branch]: Update lucatume/wp-browser requirement 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.5.11...4.5.14) --- updated-dependencies: - dependency-name: lucatume/wp-browser dependency-version: 4.5.14 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 a55520e..e331581 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "wp-phpunit/wp-phpunit": "6.8.1", "yoast/phpunit-polyfills": "^4.0.0", "phpunit/phpunit": "~9.6", - "lucatume/wp-browser": "~4.5.11", + "lucatume/wp-browser": "~4.5.14", "codeception/module-asserts": "~3.2", "codeception/module-phpbrowser": "~3.0", "codeception/module-webdriver": "~3.0",