From 7586e2d1c25de239a6fb82f95a7f7690ad2ef829 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Wed, 11 Sep 2024 19:37:21 +0200 Subject: [PATCH] update imbo/behat-api-extension (v2.3.3 => v5.0.0) --- CHANGELOG.md | 2 ++ composer.json | 2 +- composer.lock | 62 +++++++++++++++++++++++++++++++-------------------- 3 files changed, 41 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e29e2e9..5f377eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Security +- update imbo/behat-api-extension (v2.3.3 => v5.0.0) ## [1.2.0] - 2024-09-11 ### Added diff --git a/composer.json b/composer.json index 74257475..2e5e6dc4 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "drupal/drupal-extension": "^5.0", "drupal/feeds": "^3.0@RC", "drupal/upgrade_status": "^4.0", - "imbo/behat-api-extension": "^2.3", + "imbo/behat-api-extension": "^5.0.0", "marcortola/behat-seo-contexts": "^4.0", "mglaman/phpstan-drupal": "^1.1", "phpspec/prophecy-phpunit": "^2", diff --git a/composer.lock b/composer.lock index 190f935c..3ba4b095 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "277d63d2b02dfee49c62ff1c030dc525", + "content-hash": "58abc173bfa79324f824e8c6faac9a50", "packages": [ { "name": "asm89/stack-cors", @@ -9369,25 +9369,33 @@ }, { "name": "beberlei/assert", - "version": "v2.9.9", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", - "reference": "124317de301b7c91d5fce34c98bba2c6925bec95" + "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/beberlei/assert/zipball/124317de301b7c91d5fce34c98bba2c6925bec95", - "reference": "124317de301b7c91d5fce34c98bba2c6925bec95", + "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655", + "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.3" + "ext-simplexml": "*", + "php": "^7.0 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.1.1", - "phpunit/phpunit": "^4.8.35|^5.7" + "friendsofphp/php-cs-fixer": "*", + "phpstan/phpstan": "*", + "phpunit/phpunit": ">=6.0.0", + "yoast/phpunit-polyfills": "^0.1.0" + }, + "suggest": { + "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles" }, "type": "library", "autoload": { @@ -9422,9 +9430,9 @@ ], "support": { "issues": "https://github.com/beberlei/assert/issues", - "source": "https://github.com/beberlei/assert/tree/v2.9.9" + "source": "https://github.com/beberlei/assert/tree/v3.3.2" }, - "time": "2019-05-28T15:27:37+00:00" + "time": "2021-12-16T21:41:27+00:00" }, { "name": "behat/behat", @@ -11348,30 +11356,36 @@ }, { "name": "imbo/behat-api-extension", - "version": "v2.3.3", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/imbo/behat-api-extension.git", - "reference": "e9b798a634f5a46035269e0097ac75f554ee1283" + "reference": "5d17e88896d84e259c6aa28778fff09842ef95f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/imbo/behat-api-extension/zipball/e9b798a634f5a46035269e0097ac75f554ee1283", - "reference": "e9b798a634f5a46035269e0097ac75f554ee1283", + "url": "https://api.github.com/repos/imbo/behat-api-extension/zipball/5d17e88896d84e259c6aa28778fff09842ef95f4", + "reference": "5d17e88896d84e259c6aa28778fff09842ef95f4", "shasum": "" }, "require": { - "beberlei/assert": "^2.1", - "behat/behat": "^3.0", - "firebase/php-jwt": "^4.0 | ^5.0 | ^6.0", - "guzzlehttp/guzzle": "^6.0 | ^7.0", - "php": ">=5.6" + "beberlei/assert": "^3.3", + "behat/behat": "^3.8", + "ext-json": "*", + "firebase/php-jwt": "^6.4", + "guzzlehttp/guzzle": "^7.3", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^5.5", - "silex/silex": "^2.0", - "symfony/process": "^3.1", - "symfony/security": "^3.1" + "alexeyshockov/guzzle-psalm-plugin": "^1.0", + "imbo/imbo-coding-standard": "^2.0", + "phpunit/phpunit": "^10.0", + "psalm/plugin-phpunit": "^0.18.4", + "slim/psr7": "^1.3", + "slim/slim": "^4.7", + "symfony/process": "^6.2", + "tuupola/slim-basic-auth": "^3.3", + "vimeo/psalm": "^5.8" }, "type": "library", "autoload": { @@ -11409,7 +11423,7 @@ "issues": "https://github.com/imbo/behat-api-extension/issues", "source": "https://github.com/imbo/behat-api-extension" }, - "time": "2023-07-11T16:51:19+00:00" + "time": "2023-03-27T06:15:57+00:00" }, { "name": "laminas/laminas-escaper",