mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
Update package.json
Bump package deps to fix IP vuln
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-wemo",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"description": "Input and Output nodes for Belkin WeMo devices",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
@@ -30,11 +30,11 @@
|
||||
"dependencies": {
|
||||
"node-ssdp": "^3.3.0",
|
||||
"request": "^2.88.2",
|
||||
"xml2js": "^0.4.13",
|
||||
"util": "^0.12.4",
|
||||
"url": "^0.11.0",
|
||||
"ip": "^1.1.5",
|
||||
"body-parser": "^1.20.0",
|
||||
"xml2js": "^0.4.23",
|
||||
"util": "^0.12.5",
|
||||
"url": "^0.11.4",
|
||||
"ip": "^2.0.1",
|
||||
"body-parser": "^1.20.3",
|
||||
"q": "^1.5.1"
|
||||
},
|
||||
"node-red": {
|
||||
|
||||
Reference in New Issue
Block a user