From 1fd7b90d6fc1445f7a272b178073437f751c9829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:23:55 +0000 Subject: [PATCH] Bump phpseclib/phpseclib from 2.0.34 to 2.0.47 Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.34 to 2.0.47. - [Release notes](https://github.com/phpseclib/phpseclib/releases) - [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md) - [Commits](https://github.com/phpseclib/phpseclib/compare/2.0.34...2.0.47) --- updated-dependencies: - dependency-name: phpseclib/phpseclib dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 689db1b..20d53e3 100644 --- a/composer.lock +++ b/composer.lock @@ -495,16 +495,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "2.0.34", + "version": "2.0.47", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "98a6fe587f3481aea319eef7e656d02cfe1675ec" + "reference": "b7d7d90ee7df7f33a664b4aea32d50a305d35adb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/98a6fe587f3481aea319eef7e656d02cfe1675ec", - "reference": "98a6fe587f3481aea319eef7e656d02cfe1675ec", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b7d7d90ee7df7f33a664b4aea32d50a305d35adb", + "reference": "b7d7d90ee7df7f33a664b4aea32d50a305d35adb", "shasum": "" }, "require": { @@ -519,7 +519,8 @@ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", + "ext-xml": "Install the XML extension to load XML formatted public keys." }, "type": "library", "autoload": { @@ -584,7 +585,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.34" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.47" }, "funding": [ { @@ -600,7 +601,7 @@ "type": "tidelift" } ], - "time": "2021-10-27T02:46:30+00:00" + "time": "2024-02-26T04:55:38+00:00" }, { "name": "pimple/pimple", @@ -825,5 +826,5 @@ "php": "^8.0", "ext-bcmath": "^8.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.6.0" }