Upgrade flysystem to mitigate GHSA-9f46-5r25-5wfm vulnerability

This commit is contained in:
Greyscale 2021-06-30 09:50:40 +02:00
parent 6300de8dd7
commit 5ab2cacdd5

12
bouncer/composer.lock generated
View file

@ -544,16 +544,16 @@
},
{
"name": "league/flysystem",
"version": "2.1.0",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "a025209072f2d3a50b7bfd683a67fa0a2e6d2721"
"reference": "a3c694de9f7e844b76f9d1b61296ebf6e8d89d74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a025209072f2d3a50b7bfd683a67fa0a2e6d2721",
"reference": "a025209072f2d3a50b7bfd683a67fa0a2e6d2721",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a3c694de9f7e844b76f9d1b61296ebf6e8d89d74",
"reference": "a3c694de9f7e844b76f9d1b61296ebf6e8d89d74",
"shasum": ""
},
"require": {
@ -609,7 +609,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/2.1.0"
"source": "https://github.com/thephpleague/flysystem/tree/2.1.1"
},
"funding": [
{
@ -625,7 +625,7 @@
"type": "tidelift"
}
],
"time": "2021-05-25T18:28:31+00:00"
"time": "2021-06-23T22:07:10+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",