mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
bump some overall dependencies
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"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",
|
||||
"q": "~1.5.1"
|
||||
"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",
|
||||
"q": "^1.5.1"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
|
||||
@@ -46,10 +46,10 @@
|
||||
"msgpack-lite": "^0.1.26",
|
||||
"multilang-sentiment": "^1.2.0",
|
||||
"ngeohash": "^0.6.3",
|
||||
"node-red": "^4.0.8",
|
||||
"node-red": "^4.0.9",
|
||||
"node-red-node-test-helper": "^0.3.2",
|
||||
"nodemailer": "^6.9.16",
|
||||
"node-pop3": "^0.9.0",
|
||||
"nodemailer": "^6.10.1",
|
||||
"node-pop3": "^0.9.1",
|
||||
"proxyquire": "^2.1.3",
|
||||
"pushbullet": "^2.4.0",
|
||||
"sentiment": "^2.1.0",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "node-red-node-email",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "Node-RED nodes to send and receive simple emails.",
|
||||
"dependencies": {
|
||||
"imap": "^0.8.19",
|
||||
"node-pop3": "^0.9.0",
|
||||
"node-pop3": "^0.9.1",
|
||||
"mailparser": "^3.7.2",
|
||||
"nodemailer": "^6.9.16",
|
||||
"nodemailer": "^6.10.1",
|
||||
"smtp-server": "^3.13.6"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user