SA-CORE-2021-001 by larowlan, stephenacrossri, siliconmeadow, mcdruid, xjm, vijaycs85, mlhess, greggles
parent
89cec3e80e
commit
3022229a2b
|
@ -528,7 +528,7 @@
|
|||
"dist": {
|
||||
"type": "path",
|
||||
"url": "core",
|
||||
"reference": "a6f2bdf8cfc3d8ade8caa5473be482b20d1c6f83"
|
||||
"reference": "30eda55b110e77f197ac7b4564502f37b2391f15"
|
||||
},
|
||||
"require": {
|
||||
"asm89/stack-cors": "^1.1",
|
||||
|
@ -553,7 +553,7 @@
|
|||
"laminas/laminas-diactoros": "^2.1",
|
||||
"laminas/laminas-feed": "^2.12",
|
||||
"masterminds/html5": "^2.1",
|
||||
"pear/archive_tar": "^1.4.11",
|
||||
"pear/archive_tar": "^1.4.12",
|
||||
"php": ">=7.3.0",
|
||||
"psr/log": "^1.0",
|
||||
"stack/builder": "^1.0",
|
||||
|
@ -1541,16 +1541,16 @@
|
|||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
"version": "1.4.11",
|
||||
"version": "1.4.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/Archive_Tar.git",
|
||||
"reference": "17d355cb7d3c4ff08e5729f29cd7660145208d9d"
|
||||
"reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/17d355cb7d3c4ff08e5729f29cd7660145208d9d",
|
||||
"reference": "17d355cb7d3c4ff08e5729f29cd7660145208d9d",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
|
||||
"reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1607,7 +1607,17 @@
|
|||
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
|
||||
"source": "https://github.com/pear/Archive_Tar"
|
||||
},
|
||||
"time": "2020-11-19T22:10:24+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/mrook",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/michielrook",
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-18T19:32:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/console_getopt",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"laminas/laminas-stdlib": "3.3.1",
|
||||
"laminas/laminas-zendframework-bridge": "1.1.1",
|
||||
"masterminds/html5": "2.7.4",
|
||||
"pear/archive_tar": "1.4.11",
|
||||
"pear/archive_tar": "1.4.12",
|
||||
"pear/console_getopt": "v1.4.3",
|
||||
"pear/pear-core-minimal": "v1.10.10",
|
||||
"pear/pear_exception": "v1.0.1",
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"laminas/laminas-diactoros": "^2.1",
|
||||
"composer/semver": "^3.0",
|
||||
"asm89/stack-cors": "^1.1",
|
||||
"pear/archive_tar": "^1.4.11",
|
||||
"pear/archive_tar": "^1.4.12",
|
||||
"psr/log": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
Loading…
Reference in New Issue