Update package.json

Bump package deps to fix IP vuln
This commit is contained in:
Dave Conway-Jones
2025-08-26 10:15:31 +01:00
parent 890381060f
commit 67f5b8150d

View File

@@ -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": {