mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
email try to force in correct version of semver
This commit is contained in:
@@ -46,12 +46,12 @@
|
||||
"msgpack-lite": "^0.1.26",
|
||||
"multilang-sentiment": "^1.2.0",
|
||||
"ngeohash": "^0.6.3",
|
||||
"node-pop3": "^0.10.0",
|
||||
"node-pop3": "^0.11.0",
|
||||
"node-red": "^4.1.1",
|
||||
"node-red-node-test-helper": "^0.3.2",
|
||||
"nodemailer": "^7.0.9",
|
||||
"proxyquire": "^2.1.3",
|
||||
"pushbullet": "^2.4.0",
|
||||
"pushbullet": "^3.0.0",
|
||||
"sentiment": "^2.1.0",
|
||||
"should": "^13.2.3",
|
||||
"sinon": "~7.5.0",
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "node-red-node-email",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.5",
|
||||
"description": "Node-RED nodes to send and receive simple emails.",
|
||||
"dependencies": {
|
||||
"imap": "^0.8.19",
|
||||
"node-pop3": "^0.11.0",
|
||||
"mailparser": "^3.9.0",
|
||||
"nodemailer": "^7.0.12",
|
||||
"smtp-server": "^3.18.0"
|
||||
"smtp-server": "^3.18.0",
|
||||
"semver": "^5.7.2"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"imap",
|
||||
|
||||
Reference in New Issue
Block a user