From 5d68dd96b6d068cbd43120e0708fa785ff6d8b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 06:33:58 +0000 Subject: [PATCH] Bump mtdowling/jmespath.php from 2.8.0 to 2.9.2 in /backend Bumps [mtdowling/jmespath.php](https://github.com/jmespath/jmespath.php) from 2.8.0 to 2.9.2. - [Release notes](https://github.com/jmespath/jmespath.php/releases) - [Changelog](https://github.com/jmespath/jmespath.php/blob/master/CHANGELOG.md) - [Commits](https://github.com/jmespath/jmespath.php/compare/2.8.0...2.9.2) --- updated-dependencies: - dependency-name: mtdowling/jmespath.php dependency-version: 2.9.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/composer.lock b/backend/composer.lock index 548a543b..38dee221 100644 --- a/backend/composer.lock +++ b/backend/composer.lock @@ -4259,16 +4259,16 @@ }, { "name": "mtdowling/jmespath.php", - "version": "2.8.0", + "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", - "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc" + "reference": "2157c5e50e813ec6a96c1eed3be7f64a20fb32a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc", - "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/2157c5e50e813ec6a96c1eed3be7f64a20fb32a8", + "reference": "2157c5e50e813ec6a96c1eed3be7f64a20fb32a8", "shasum": "" }, "require": { @@ -4277,7 +4277,7 @@ }, "require-dev": { "composer/xdebug-handler": "^3.0.3", - "phpunit/phpunit": "^8.5.33" + "phpunit/phpunit": "^8.5.52" }, "bin": [ "bin/jp.php" @@ -4285,7 +4285,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.9-dev" } }, "autoload": { @@ -4319,9 +4319,9 @@ ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", - "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0" + "source": "https://github.com/jmespath/jmespath.php/tree/2.9.2" }, - "time": "2024-09-04T18:46:31+00:00" + "time": "2026-07-06T18:56:19+00:00" }, { "name": "nesbot/carbon",