From 226721b6242c0836bffced6b47712ad7b9e46705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:42:02 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pestphp/pest from 4.4.2 to 4.4.3 Bumps [pestphp/pest](https://github.com/pestphp/pest) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/4.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: pestphp/pest dependency-version: 4.4.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/composer.lock b/composer.lock index 74c5fe6..f4cb66f 100644 --- a/composer.lock +++ b/composer.lock @@ -11615,16 +11615,16 @@ }, { "name": "brianium/paratest", - "version": "v7.19.0", + "version": "v7.20.0", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "7c6c29af7c4b406b49ce0c6b0a3a81d3684474e6" + "reference": "81c80677c9ec0ed4ef16b246167f11dec81a6e3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/7c6c29af7c4b406b49ce0c6b0a3a81d3684474e6", - "reference": "7c6c29af7c4b406b49ce0c6b0a3a81d3684474e6", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/81c80677c9ec0ed4ef16b246167f11dec81a6e3d", + "reference": "81c80677c9ec0ed4ef16b246167f11dec81a6e3d", "shasum": "" }, "require": { @@ -11638,9 +11638,9 @@ "phpunit/php-code-coverage": "^12.5.3 || ^13.0.1", "phpunit/php-file-iterator": "^6.0.1 || ^7", "phpunit/php-timer": "^8 || ^9", - "phpunit/phpunit": "^12.5.9 || ^13", + "phpunit/phpunit": "^12.5.14 || ^13.0.5", "sebastian/environment": "^8.0.3 || ^9", - "symfony/console": "^7.4.4 || ^8.0.4", + "symfony/console": "^7.4.7 || ^8.0.7", "symfony/process": "^7.4.5 || ^8.0.5" }, "require-dev": { @@ -11648,11 +11648,11 @@ "ext-pcntl": "*", "ext-pcov": "*", "ext-posix": "*", - "phpstan/phpstan": "^2.1.38", - "phpstan/phpstan-deprecation-rules": "^2.0.3", - "phpstan/phpstan-phpunit": "^2.0.12", - "phpstan/phpstan-strict-rules": "^2.0.8", - "symfony/filesystem": "^7.4.0 || ^8.0.1" + "phpstan/phpstan": "^2.1.44", + "phpstan/phpstan-deprecation-rules": "^2.0.4", + "phpstan/phpstan-phpunit": "^2.0.16", + "phpstan/phpstan-strict-rules": "^2.0.10", + "symfony/filesystem": "^7.4.6 || ^8.0.6" }, "bin": [ "bin/paratest", @@ -11692,7 +11692,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v7.19.0" + "source": "https://github.com/paratestphp/paratest/tree/v7.20.0" }, "funding": [ { @@ -11704,7 +11704,7 @@ "type": "paypal" } ], - "time": "2026-02-06T10:53:26+00:00" + "time": "2026-03-29T15:46:14+00:00" }, { "name": "clue/ndjson-react", @@ -12797,20 +12797,20 @@ }, { "name": "pestphp/pest", - "version": "v4.4.2", + "version": "v4.4.3", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "5d42e8fe3ae1d9fdf7c9f73ee88138fd30265701" + "reference": "e6ab897594312728ef2e32d586cb4f6780b1b495" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/5d42e8fe3ae1d9fdf7c9f73ee88138fd30265701", - "reference": "5d42e8fe3ae1d9fdf7c9f73ee88138fd30265701", + "url": "https://api.github.com/repos/pestphp/pest/zipball/e6ab897594312728ef2e32d586cb4f6780b1b495", + "reference": "e6ab897594312728ef2e32d586cb4f6780b1b495", "shasum": "" }, "require": { - "brianium/paratest": "^7.19.0", + "brianium/paratest": "^7.19.2", "nunomaduro/collision": "^8.9.1", "nunomaduro/termwind": "^2.4.0", "pestphp/pest-plugin": "^4.0.0", @@ -12818,12 +12818,12 @@ "pestphp/pest-plugin-mutate": "^4.0.1", "pestphp/pest-plugin-profanity": "^4.2.1", "php": "^8.3.0", - "phpunit/phpunit": "^12.5.12", + "phpunit/phpunit": "^12.5.14", "symfony/process": "^7.4.5|^8.0.5" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.5.12", + "phpunit/phpunit": ">12.5.14", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" }, @@ -12897,7 +12897,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v4.4.2" + "source": "https://github.com/pestphp/pest/tree/v4.4.3" }, "funding": [ { @@ -12909,7 +12909,7 @@ "type": "github" } ], - "time": "2026-03-10T21:09:12+00:00" + "time": "2026-03-21T13:14:39+00:00" }, { "name": "pestphp/pest-plugin", @@ -14008,16 +14008,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.12", + "version": "12.5.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "418e06b3b46b0d54bad749ff4907fc7dfb530199" + "reference": "47283cfd98d553edcb1353591f4e255dc1bb61f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/418e06b3b46b0d54bad749ff4907fc7dfb530199", - "reference": "418e06b3b46b0d54bad749ff4907fc7dfb530199", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47283cfd98d553edcb1353591f4e255dc1bb61f0", + "reference": "47283cfd98d553edcb1353591f4e255dc1bb61f0", "shasum": "" }, "require": { @@ -14086,7 +14086,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.12" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.14" }, "funding": [ { @@ -14110,7 +14110,7 @@ "type": "tidelift" } ], - "time": "2026-02-16T08:34:36+00:00" + "time": "2026-02-18T12:38:40+00:00" }, { "name": "psr/simple-cache", @@ -16016,5 +16016,5 @@ "platform-overrides": { "php": "8.3.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" } From 845c4c4eac10643e8c0dfc850028842c5bdad3e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Mar 2026 08:42:56 +0000 Subject: [PATCH 2/2] sbom.json updated --- sbom.json | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/sbom.json b/sbom.json index 282a783..93bbd60 100644 --- a/sbom.json +++ b/sbom.json @@ -2,10 +2,10 @@ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", - "serialNumber": "urn:uuid:71880ad4-55a1-453a-9788-05b095388c70", + "serialNumber": "urn:uuid:a6047f37-e7c7-489d-97fb-695c06bd42a4", "version": 1, "metadata": { - "timestamp": "2026-03-31T08:41:40+00:00", + "timestamp": "2026-03-31T08:42:56+00:00", "tools": { "components": [ { @@ -20,7 +20,7 @@ ] }, "component": { - "bom-ref": "462cdf7c-0514-4407-8b07-831fd701cdfd", + "bom-ref": "b8efe23b-97eb-4892-9da2-2ae241671797", "type": "application", "name": ".", "properties": [ @@ -33,7 +33,7 @@ }, "components": [ { - "bom-ref": "a2888ca0-07c5-4d0c-81c4-a4a054b76a75", + "bom-ref": "4a60cc66-d5a6-4327-abdb-95fd8032e773", "type": "application", "name": "composer.lock", "properties": [ @@ -120,10 +120,10 @@ ] }, { - "bom-ref": "pkg:composer/brianium/paratest@v7.19.0", + "bom-ref": "pkg:composer/brianium/paratest@v7.20.0", "type": "library", "name": "brianium/paratest", - "version": "v7.19.0", + "version": "v7.20.0", "licenses": [ { "license": { @@ -131,11 +131,11 @@ } } ], - "purl": "pkg:composer/brianium/paratest@v7.19.0", + "purl": "pkg:composer/brianium/paratest@v7.20.0", "properties": [ { "name": "aquasecurity:trivy:PkgID", - "value": "brianium/paratest@v7.19.0" + "value": "brianium/paratest@v7.20.0" }, { "name": "aquasecurity:trivy:PkgType", @@ -1920,10 +1920,10 @@ ] }, { - "bom-ref": "pkg:composer/pestphp/pest@v4.4.2", + "bom-ref": "pkg:composer/pestphp/pest@v4.4.3", "type": "library", "name": "pestphp/pest", - "version": "v4.4.2", + "version": "v4.4.3", "licenses": [ { "license": { @@ -1931,11 +1931,11 @@ } } ], - "purl": "pkg:composer/pestphp/pest@v4.4.2", + "purl": "pkg:composer/pestphp/pest@v4.4.3", "properties": [ { "name": "aquasecurity:trivy:PkgID", - "value": "pestphp/pest@v4.4.2" + "value": "pestphp/pest@v4.4.3" }, { "name": "aquasecurity:trivy:PkgType", @@ -2376,10 +2376,10 @@ ] }, { - "bom-ref": "pkg:composer/phpunit/phpunit@12.5.12", + "bom-ref": "pkg:composer/phpunit/phpunit@12.5.14", "type": "library", "name": "phpunit/phpunit", - "version": "12.5.12", + "version": "12.5.14", "licenses": [ { "license": { @@ -2387,11 +2387,11 @@ } } ], - "purl": "pkg:composer/phpunit/phpunit@12.5.12", + "purl": "pkg:composer/phpunit/phpunit@12.5.14", "properties": [ { "name": "aquasecurity:trivy:PkgID", - "value": "phpunit/phpunit@12.5.12" + "value": "phpunit/phpunit@12.5.14" }, { "name": "aquasecurity:trivy:PkgType", @@ -5090,13 +5090,7 @@ ], "dependencies": [ { - "ref": "462cdf7c-0514-4407-8b07-831fd701cdfd", - "dependsOn": [ - "a2888ca0-07c5-4d0c-81c4-a4a054b76a75" - ] - }, - { - "ref": "a2888ca0-07c5-4d0c-81c4-a4a054b76a75", + "ref": "4a60cc66-d5a6-4327-abdb-95fd8032e773", "dependsOn": [ "pkg:composer/brainmaestro/composer-git-hooks@dev-master", "pkg:composer/friendsofphp/php-cs-fixer@v3.94.2", @@ -5105,13 +5099,19 @@ "pkg:composer/ibexa/core@v5.0.6", "pkg:composer/mrk-te/ibexa-migration-bundle2@3.0.0", "pkg:composer/nyholm/psr7@1.8.2", - "pkg:composer/pestphp/pest@v4.4.2", + "pkg:composer/pestphp/pest@v4.4.3", "pkg:composer/phpmd/phpmd@2.15.0", "pkg:composer/phpstan/phpstan@2.1.42", "pkg:composer/rector/swiss-knife@2.3.5", "pkg:composer/symplify/easy-coding-standard@13.0.4" ] }, + { + "ref": "b8efe23b-97eb-4892-9da2-2ae241671797", + "dependsOn": [ + "4a60cc66-d5a6-4327-abdb-95fd8032e773" + ] + }, { "ref": "pkg:composer/api-platform/core@v4.1.28", "dependsOn": [ @@ -5150,14 +5150,14 @@ ] }, { - "ref": "pkg:composer/brianium/paratest@v7.19.0", + "ref": "pkg:composer/brianium/paratest@v7.20.0", "dependsOn": [ "pkg:composer/fidry/cpu-core-counter@1.3.0", "pkg:composer/jean85/pretty-package-versions@2.1.1", "pkg:composer/phpunit/php-code-coverage@12.5.3", "pkg:composer/phpunit/php-file-iterator@6.0.1", "pkg:composer/phpunit/php-timer@8.0.0", - "pkg:composer/phpunit/phpunit@12.5.12", + "pkg:composer/phpunit/phpunit@12.5.14", "pkg:composer/sebastian/environment@8.0.4", "pkg:composer/symfony/console@v7.4.7", "pkg:composer/symfony/process@v7.4.5" @@ -5837,16 +5837,16 @@ "dependsOn": [] }, { - "ref": "pkg:composer/pestphp/pest@v4.4.2", + "ref": "pkg:composer/pestphp/pest@v4.4.3", "dependsOn": [ - "pkg:composer/brianium/paratest@v7.19.0", + "pkg:composer/brianium/paratest@v7.20.0", "pkg:composer/nunomaduro/collision@v8.9.1", "pkg:composer/nunomaduro/termwind@v2.4.0", "pkg:composer/pestphp/pest-plugin-arch@v4.0.0", "pkg:composer/pestphp/pest-plugin-mutate@v4.0.1", "pkg:composer/pestphp/pest-plugin-profanity@v4.2.1", "pkg:composer/pestphp/pest-plugin@v4.0.0", - "pkg:composer/phpunit/phpunit@12.5.12", + "pkg:composer/phpunit/phpunit@12.5.14", "pkg:composer/symfony/process@v7.4.5" ] }, @@ -5962,7 +5962,7 @@ "dependsOn": [] }, { - "ref": "pkg:composer/phpunit/phpunit@12.5.12", + "ref": "pkg:composer/phpunit/phpunit@12.5.14", "dependsOn": [ "pkg:composer/myclabs/deep-copy@1.13.4", "pkg:composer/phar-io/manifest@2.0.4", @@ -6630,7 +6630,7 @@ "dependsOn": [ "pkg:composer/nikic/php-parser@v5.7.0", "pkg:composer/phpdocumentor/reflection-docblock@6.0.3", - "pkg:composer/phpunit/phpunit@12.5.12", + "pkg:composer/phpunit/phpunit@12.5.14", "pkg:composer/symfony/finder@v7.4.6" ] },