From 45de79c5088c309bdba4804ee5ff78143f43b0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:04:05 +0000 Subject: [PATCH] Bump bitpay/key-utils from 2.1.1 to 2.1.2 Bumps [bitpay/key-utils](https://github.com/bitpay/bitpay-php-keyutils) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/bitpay/bitpay-php-keyutils/releases) - [Commits](https://github.com/bitpay/bitpay-php-keyutils/compare/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: bitpay/key-utils dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 35dd52cf..fe510d28 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "bitpay/key-utils", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/bitpay/bitpay-php-keyutils.git", - "reference": "55a35e72e9a0faccde82b53866db26537f0a4c0b" + "reference": "13da5e04f9114d253f18132067ab40fd568376e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bitpay/bitpay-php-keyutils/zipball/55a35e72e9a0faccde82b53866db26537f0a4c0b", - "reference": "55a35e72e9a0faccde82b53866db26537f0a4c0b", + "url": "https://api.github.com/repos/bitpay/bitpay-php-keyutils/zipball/13da5e04f9114d253f18132067ab40fd568376e6", + "reference": "13da5e04f9114d253f18132067ab40fd568376e6", "shasum": "" }, "require": { @@ -29,7 +29,7 @@ "php": "^8.1 || ^8.2 || ^8.3 || ^8.4" }, "require-dev": { - "phpunit/phpunit": "^10.5.48" + "phpunit/phpunit": "^10.5.58" }, "suggest": { "ext-gmp": "GMP provides better performance than BCMath" @@ -53,9 +53,9 @@ "description": "BitPay Utils pack for cryptography", "support": { "issues": "https://github.com/bitpay/bitpay-php-keyutils/issues", - "source": "https://github.com/bitpay/bitpay-php-keyutils/tree/2.1.1" + "source": "https://github.com/bitpay/bitpay-php-keyutils/tree/2.1.2" }, - "time": "2025-08-11T16:44:24+00:00" + "time": "2025-10-28T00:58:51+00:00" }, { "name": "guzzlehttp/guzzle",