Skip to content

Commit 5bc6fe6

Browse files
fix(dependencies): update dependency rss-parser to ^3.13.0
1 parent 4f653de commit 5bc6fe6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"express": "^4.18.2",
4242
"feed": "^4.2.2",
4343
"redis": "3.1.2",
44-
"rss-parser": "^3.12.0"
44+
"rss-parser": "^3.13.0"
4545
},
4646
"scripts": {
4747
"start": "node src/server.js",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4865,13 +4865,13 @@ rollup@^4.60.2:
48654865
"@rollup/rollup-win32-x64-msvc" "4.60.2"
48664866
fsevents "~2.3.2"
48674867

4868-
rss-parser@^3.12.0:
4869-
version "3.12.0"
4870-
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.12.0.tgz#b8888699ea46304a74363fbd8144671b2997984c"
4871-
integrity sha512-aqD3E8iavcCdkhVxNDIdg1nkBI17jgqF+9OqPS1orwNaOgySdpvq6B+DoONLhzjzwV8mWg37sb60e4bmLK117A==
4868+
rss-parser@^3.13.0:
4869+
version "3.13.0"
4870+
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.13.0.tgz#f1f83b0a85166b8310ec531da6fbaa53ff0f50f0"
4871+
integrity sha512-7jWUBV5yGN3rqMMj7CZufl/291QAhvrrGpDNE4k/02ZchL0npisiYYqULF71jCEKoIiHvK/Q2e6IkDwPziT7+w==
48724872
dependencies:
48734873
entities "^2.0.3"
4874-
xml2js "^0.4.19"
4874+
xml2js "^0.5.0"
48754875

48764876
run-parallel@^1.1.9:
48774877
version "1.2.0"
@@ -5639,10 +5639,10 @@ xml-js@^1.6.11:
56395639
dependencies:
56405640
sax "^1.2.4"
56415641

5642-
xml2js@^0.4.19:
5643-
version "0.4.23"
5644-
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
5645-
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
5642+
xml2js@^0.5.0:
5643+
version "0.5.0"
5644+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
5645+
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
56465646
dependencies:
56475647
sax ">=0.6.0"
56485648
xmlbuilder "~11.0.0"

0 commit comments

Comments
 (0)