diff --git a/package.json b/package.json index 6ec0465e0..f1313ada9 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "query-string": "6.13.1", "redis": "3.0.2", "require-all": "3.0.0", - "rss-parser": "3.8.1", + "rss-parser": "3.9.0", "socks-proxy-agent": "5.0.0", "tiny-async-pool": "1.1.0", "tough-cookie": "4.0.0", diff --git a/yarn.lock b/yarn.lock index ed484247e..30fb05acd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4707,7 +4707,7 @@ enquirer@^2.3.5: dependencies: ansi-colors "^3.2.1" -entities@2.0.3, entities@~2.0.0: +entities@2.0.3, entities@^2.0.3, entities@~2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== @@ -10605,12 +10605,12 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: hash-base "^3.0.0" inherits "^2.0.1" -rss-parser@3.8.1: - version "3.8.1" - resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.8.1.tgz#80292915310dfd4356ddb8a629658f57a2ebf681" - integrity sha512-3jdWYMiUA67XsuiXGkw88xaYXy1GVif8LUZrEu+R5/u4rYnnA0TN7kb6a217cZuJe8o2OJo8IJKMsc6SlxL0sA== +rss-parser@3.9.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.9.0.tgz#469a1201619d155e902b073c4f495c589943085a" + integrity sha512-wlRSfGrotOXuWo19Dtl2KmQt7o9i5zzCExUrxpechE0O54BAx7JD+xhWyGumPPqiJj771ndflV3sE3bTHen0HQ== dependencies: - entities "^1.1.1" + entities "^2.0.3" xml2js "^0.4.19" rsvp@^4.8.4: