fix(deps): update dependency rss-parser to v3.5.4 (#1184)

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| rss-parser | dependencies | patch | `3.5.3` -> `3.5.4` | [source](https://renovatebot.com/gh/bobby-brennan/rss-parser) |

---

### Release Notes

<details>
<summary>bobby-brennan/rss-parser</summary>

### [`v3.5.4`](https://renovatebot.com/gh/bobby-brennan/rss-parser/compare/v3.5.3...v3.5.4)

[Compare Source](https://renovatebot.com/gh/bobby-brennan/rss-parser/compare/v3.5.3...v3.5.4)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#DIYgod/RSSHub).
This commit is contained in:
renovate[bot] 2018-11-22 11:34:17 +08:00 committed by DIYgod
parent c87b50bcca
commit 14a85b13ef
2 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@
"raven": "^2.6.4",
"readall": "1.1.0",
"redis": "2.8.0",
"rss-parser": "3.5.3",
"rss-parser": "3.5.4",
"sharp": "^0.21.0",
"twit": "2.2.11",
"winston": "3.1.0"

View File

@ -7466,10 +7466,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"
rss-parser@3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.5.3.tgz#4b125c44371eafbd1150479188c0f33bf02e6e92"
integrity sha512-oByqqKTuB6tCg/4UTPXUpJmG4Wr+H72qsBcSnBZM9nH1NhjV8lXzx8uKibN9Sq+mZwwZQyOitjoQvZ/ePsttKA==
rss-parser@3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.5.4.tgz#3b267d96c57bdc22ff5cc847ef9bcd3dce4ae2cc"
integrity sha512-dC7wHtz/p8QWQnsGgCB+HEYE01Dk8/AHMzSk0ZvoV3S0mhBqQNO/yi3H2fPh3qV2NNLNNEBg+8ZDSipKxjR5tQ==
dependencies:
entities "^1.1.1"
xml2js "^0.4.19"