Bump required libs

This commit is contained in:
Dave Conway-Jones 2025-01-21 12:00:31 +00:00
parent 442576e838
commit 90641d8300
No known key found for this signature in database
GPG Key ID: 1DDB0E91A28C2643
2 changed files with 8 additions and 8 deletions

View File

@ -40,22 +40,22 @@
"grunt-lint-inline": "^1.0.0", "grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1", "grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19", "imap": "^0.8.19",
"mailparser": "^3.6.5", "mailparser": "^3.7.2",
"markdown-it": "^12.3.2", "markdown-it": "^12.3.2",
"mocha": "~6.2.3", "mocha": "~6.2.3",
"msgpack-lite": "^0.1.26", "msgpack-lite": "^0.1.26",
"multilang-sentiment": "^1.2.0", "multilang-sentiment": "^1.2.0",
"ngeohash": "^0.6.3", "ngeohash": "^0.6.3",
"node-red": "^4.0.1", "node-red": "^4.0.8",
"node-red-node-test-helper": "^0.3.2", "node-red-node-test-helper": "^0.3.2",
"nodemailer": "^6.9.7", "nodemailer": "^6.9.16",
"node-pop3": "^0.9.0", "node-pop3": "^0.9.0",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"pushbullet": "^2.4.0", "pushbullet": "^2.4.0",
"sentiment": "^2.1.0", "sentiment": "^2.1.0",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "~7.5.0", "sinon": "~7.5.0",
"smtp-server": "^3.13.0", "smtp-server": "^3.13.6",
"supertest": "^4.0.2", "supertest": "^4.0.2",
"when": "^3.7.8" "when": "^3.7.8"
}, },

View File

@ -1,13 +1,13 @@
{ {
"name": "node-red-node-email", "name": "node-red-node-email",
"version": "3.0.2", "version": "3.0.3",
"description": "Node-RED nodes to send and receive simple emails.", "description": "Node-RED nodes to send and receive simple emails.",
"dependencies": { "dependencies": {
"imap": "^0.8.19", "imap": "^0.8.19",
"node-pop3": "^0.9.0", "node-pop3": "^0.9.0",
"mailparser": "^3.7.1", "mailparser": "^3.7.2",
"nodemailer": "^6.9.14", "nodemailer": "^6.9.16",
"smtp-server": "^3.13.4" "smtp-server": "^3.13.6"
}, },
"bundledDependencies": [ "bundledDependencies": [
"imap", "imap",