Skip to content

Commit

Permalink
fix: upgrade rss-parser from 3.9.0 to 3.12.0 (#131)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade rss-parser from 3.9.0 to 3.12.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/gautamkrishnar/project/ba3975e2-28d6-4c60-9294-01f1c561fd92?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored Apr 11, 2022
1 parent c17ccda commit 506b269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"process": "latest",
"promise-retry": "^2.0.1",
"random-seed": "^0.3.0",
"rss-parser": "^3.9.0"
"rss-parser": "^3.12.0"
},
"devDependencies": {
"jshint": "^2.12.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5115,10 +5115,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

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==
rss-parser@^3.12.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.12.0.tgz#b8888699ea46304a74363fbd8144671b2997984c"
integrity sha512-aqD3E8iavcCdkhVxNDIdg1nkBI17jgqF+9OqPS1orwNaOgySdpvq6B+DoONLhzjzwV8mWg37sb60e4bmLK117A==
dependencies:
entities "^2.0.3"
xml2js "^0.4.19"
Expand Down

0 comments on commit 506b269

Please sign in to comment.