mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump request npm levels in wet and feed parser
This commit is contained in:
parent
36e834fdf1
commit
8efc1e5fc8
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-wemo",
|
"name": "node-red-node-wemo",
|
||||||
"version": "0.1.6",
|
"version": "0.1.7",
|
||||||
"description": "Input and Output nodes for Belkin WeMo devices",
|
"description": "Input and Output nodes for Belkin WeMo devices",
|
||||||
"repository": "https://github.com/node-red/node-red-nodes/tree/master/hardware",
|
"repository": "https://github.com/node-red/node-red-nodes/tree/master/hardware",
|
||||||
"main": "WeMoNG.js",
|
"main": "WeMoNG.js",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"license": "APACHE-2.0",
|
"license": "APACHE-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-ssdp": "~2.6.3",
|
"node-ssdp": "~2.6.3",
|
||||||
"request": "~2.65.0",
|
"request": "~2.74.0",
|
||||||
"xml2js": "~0.4.13",
|
"xml2js": "~0.4.13",
|
||||||
"util": "~0.10.3",
|
"util": "~0.10.3",
|
||||||
"url": "~0.11.0",
|
"url": "~0.11.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-nodes",
|
"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",
|
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
|
||||||
"homepage" : "http://nodered.org",
|
"homepage" : "http://nodered.org",
|
||||||
"license" : "Apache-2.0",
|
"license" : "Apache-2.0",
|
||||||
@ -27,13 +27,13 @@
|
|||||||
"sinon": "^1.17.3",
|
"sinon": "^1.17.3",
|
||||||
"supertest": "^1.2.0",
|
"supertest": "^1.2.0",
|
||||||
"proxyquire": "^1.7.10",
|
"proxyquire": "^1.7.10",
|
||||||
"pushbullet": "^1.4.0",
|
"pushbullet": "^1.4.3",
|
||||||
"when": "^3.7.7",
|
"when": "^3.7.7",
|
||||||
"exif": "^0.6.0",
|
"exif": "^0.6.0",
|
||||||
"ngeohash": "^0.6.0",
|
"ngeohash": "^0.6.0",
|
||||||
"nodemailer" : "^1.11.0",
|
"nodemailer" : "^1.11.0",
|
||||||
"poplib" : "^0.1.7",
|
"poplib" : "^0.1.7",
|
||||||
"mailparser" : "^0.5.3",
|
"mailparser" : "^0.6.1",
|
||||||
"imap" : "^0.8.18",
|
"imap" : "^0.8.18",
|
||||||
"msgpack-js": "^0.3.0"
|
"msgpack-js": "^0.3.0"
|
||||||
},
|
},
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-feedparser",
|
"name": "node-red-node-feedparser",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"description": "A Node-RED node to get RSS Atom feeds.",
|
"description": "A Node-RED node to get RSS Atom feeds.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"feedparser": "1.1.3",
|
"feedparser": "1.1.3",
|
||||||
"request": "2.65.0"
|
"request": "~2.74.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user