Upgrade flysystem to mitigate GHSA-9f46-5r25-5wfm vulnerability
This commit is contained in:
parent
6300de8dd7
commit
5ab2cacdd5
1 changed files with 6 additions and 6 deletions
12
bouncer/composer.lock
generated
12
bouncer/composer.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue