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",