require phpseclib/phpseclib:^2.0.31 due to Dependabot warning (CVE-2021-30130)

This commit is contained in:
Ralf Becker 2021-04-08 08:43:31 +02:00
parent 213fc4f8fa
commit 08e9d64a88
2 changed files with 11 additions and 10 deletions

View File

@ -104,6 +104,7 @@
"pear/log": "*", "pear/log": "*",
"pear/pear": "*", "pear/pear": "*",
"pear/xml_feed_parser": "^1.0.5", "pear/xml_feed_parser": "^1.0.5",
"phpseclib/phpseclib": "^2.0.31",
"pragmarx/google2fa-qrcode": "^1.0", "pragmarx/google2fa-qrcode": "^1.0",
"simplesamlphp/simplesamlphp": "^1.18", "simplesamlphp/simplesamlphp": "^1.18",
"tinymce/tinymce": "^5" "tinymce/tinymce": "^5"

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b4143ed62d6341c66f7ef6f523b9c5ca", "content-hash": "50adde20809089f472b25aaa1b0b0a7f",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -3843,16 +3843,16 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "2.0.27", "version": "2.0.31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc" "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
"reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc", "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3860,8 +3860,7 @@
}, },
"require-dev": { "require-dev": {
"phing/phing": "~2.7", "phing/phing": "~2.7",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0", "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0" "squizlabs/php_codesniffer": "~2.0"
}, },
"suggest": { "suggest": {
@ -3931,7 +3930,7 @@
"x.509", "x.509",
"x509" "x509"
], ],
"time": "2020-04-04T23:17:33+00:00" "time": "2021-04-06T13:56:45+00:00"
}, },
{ {
"name": "pimple/pimple", "name": "pimple/pimple",
@ -7560,12 +7559,12 @@
"version": "1.5.0", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozarts/assert.git",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", "url": "https://api.github.com/repos/webmozarts/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
"shasum": "" "shasum": ""
}, },
@ -8575,6 +8574,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"abandoned": true,
"time": "2019-09-17T06:23:10+00:00" "time": "2019-09-17T06:23:10+00:00"
}, },
{ {