This commit is contained in:
Dave Conway-Jones 2020-05-05 19:36:48 +01:00
parent cfc42d02e9
commit 43bdfb9fe3
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
],
"devDependencies": {
"exif": "^0.6.0",
"feedparser": "^2.2.9",
"feedparser": "^2.2.10",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0",
@ -46,7 +46,7 @@
"msgpack-lite": "^0.1.26",
"multilang-sentiment": "^1.2.0",
"ngeohash": "^0.6.3",
"node-red": "^1.0.4",
"node-red": "^1.0.6",
"node-red-node-test-helper": "~0.2.3",
"nodemailer": "^6.4.6",
"poplib": "^0.1.7",

View File

@ -1,9 +1,9 @@
{
"name": "node-red-node-feedparser",
"version": "0.1.15",
"version": "0.1.16",
"description": "A Node-RED node to get RSS Atom feeds.",
"dependencies": {
"feedparser": "^2.2.9",
"feedparser": "^2.2.10",
"request": "^2.88.0"
},
"repository": {