bump request npm levels in wet and feed parser

This commit is contained in:
Dave Conway-Jones 2016-10-13 14:23:55 +01:00
parent 36e834fdf1
commit 8efc1e5fc8
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red-node-wemo",
"version": "0.1.6",
"version": "0.1.7",
"description": "Input and Output nodes for Belkin WeMo devices",
"repository": "https://github.com/node-red/node-red-nodes/tree/master/hardware",
"main": "WeMoNG.js",
@ -19,7 +19,7 @@
"license": "APACHE-2.0",
"dependencies": {
"node-ssdp": "~2.6.3",
"request": "~2.65.0",
"request": "~2.74.0",
"xml2js": "~0.4.13",
"util": "~0.10.3",
"url": "~0.11.0",

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-nodes",
"version" : "0.0.6",
"version" : "0.0.7",
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",
@ -27,13 +27,13 @@
"sinon": "^1.17.3",
"supertest": "^1.2.0",
"proxyquire": "^1.7.10",
"pushbullet": "^1.4.0",
"pushbullet": "^1.4.3",
"when": "^3.7.7",
"exif": "^0.6.0",
"ngeohash": "^0.6.0",
"nodemailer" : "^1.11.0",
"poplib" : "^0.1.7",
"mailparser" : "^0.5.3",
"mailparser" : "^0.6.1",
"imap" : "^0.8.18",
"msgpack-js": "^0.3.0"
},

View File

@ -1,10 +1,10 @@
{
"name": "node-red-node-feedparser",
"version": "0.1.5",
"version": "0.1.6",
"description": "A Node-RED node to get RSS Atom feeds.",
"dependencies": {
"feedparser": "1.1.3",
"request": "2.65.0"
"request": "~2.74.0"
},
"repository": {
"type": "git",