From ee2f22761426b9dbe3dbc9337e2f7a59690659a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:02:44 +0000 Subject: [PATCH] [master]: Update lucatume/wp-browser requirement from ~4.5.11 to ~4.5.14 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 bd75602..ba788fd 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.1", "codeception/module-phpbrowser": "~3.0", "codeception/module-webdriver": "~3.0",