chore: bump simplepie/simplepie from 1.5.8 to 1.6.0 in /legacy (#1789)

Bumps [simplepie/simplepie](https://github.com/simplepie/simplepie) from 1.5.8 to 1.6.0.
- [Release notes](https://github.com/simplepie/simplepie/releases)
- [Changelog](https://github.com/simplepie/simplepie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0)

---
updated-dependencies:
- dependency-name: simplepie/simplepie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-22 11:30:00 +02:00 committed by GitHub
parent 940a1d05a9
commit 6a685720fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

17
legacy/composer.lock generated
View File

@ -728,16 +728,16 @@
}, },
{ {
"name": "simplepie/simplepie", "name": "simplepie/simplepie",
"version": "1.5.8", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simplepie/simplepie.git", "url": "https://github.com/simplepie/simplepie.git",
"reference": "d1d80f37264c9f1ed7fa3434eca14d179cb689b1" "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/d1d80f37264c9f1ed7fa3434eca14d179cb689b1", "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2bdbc51ed1010941c9c5f2cddca433e79665bfe1",
"reference": "d1d80f37264c9f1ed7fa3434eca14d179cb689b1", "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -760,6 +760,9 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"SimplePie": "library" "SimplePie": "library"
},
"psr-4": {
"SimplePie\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -793,9 +796,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/simplepie/simplepie/issues", "issues": "https://github.com/simplepie/simplepie/issues",
"source": "https://github.com/simplepie/simplepie/tree/1.5.8" "source": "https://github.com/simplepie/simplepie/tree/1.6.0"
}, },
"time": "2021-12-24T02:53:50+00:00" "time": "2022-04-21T11:05:19+00:00"
}, },
{ {
"name": "zf1s/zend-acl", "name": "zf1s/zend-acl",
@ -4209,5 +4212,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }