Skip to content

Commit 5db644b

Browse files
author
Dave Conway-Jones
committed
bump some libs - email, annotate image, core
1 parent 9cb6255 commit 5db644b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

hardware/mcp3008/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"repository" : {
99
"type":"git",
10-
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware"
10+
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/mcp3008"
1111
},
1212
"license": "Apache-2.0",
1313
"keywords": [ "node-red", "pi", "adc", "mcp", "a/d converter" ],

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,29 @@
3333
"devDependencies": {
3434
"exif": "^0.6.0",
3535
"feedparser": "^2.2.10",
36-
"grunt": "^1.4.0",
37-
"grunt-cli": "^1.4.2",
36+
"grunt": "^1.4.1",
37+
"grunt-cli": "^1.4.3",
3838
"grunt-contrib-jshint": "^2.1.0",
3939
"grunt-jscs": "^3.0.1",
4040
"grunt-lint-inline": "^1.0.0",
4141
"grunt-simple-mocha": "^0.4.1",
4242
"imap": "^0.8.19",
43-
"mailparser": "^3.2.0",
44-
"markdown-it": "^11.0.0",
43+
"mailparser": "^3.4.0",
44+
"markdown-it": "^12.2.0",
4545
"mocha": "~6.2.3",
4646
"msgpack-lite": "^0.1.26",
4747
"multilang-sentiment": "^1.2.0",
4848
"ngeohash": "^0.6.3",
49-
"node-red": "^1.3.3",
49+
"node-red": "^2.1.3",
5050
"node-red-node-test-helper": "^0.2.7",
51-
"nodemailer": "^6.5.0",
51+
"nodemailer": "^6.7.0",
5252
"poplib": "^0.1.7",
5353
"proxyquire": "^2.1.3",
5454
"pushbullet": "^2.4.0",
5555
"sentiment": "^2.1.0",
5656
"should": "^13.2.3",
5757
"sinon": "~7.5.0",
58-
"smtp-server": "~3.8.0",
58+
"smtp-server": "~3.9.0",
5959
"supertest": "^4.0.2",
6060
"when": "^3.7.8"
6161
},

social/email/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "node-red-node-email",
3-
"version": "1.12.4",
3+
"version": "1.13.0",
44
"description": "Node-RED nodes to send and receive simple emails.",
55
"dependencies": {
66
"imap": "^0.8.19",
77
"poplib": "^0.1.7",
8-
"mailparser": "^3.2.0",
9-
"nodemailer": "~6.6.3",
8+
"mailparser": "^3.4.0",
9+
"nodemailer": "^6.7.0",
1010
"smtp-server": "^3.9.0"
1111
},
1212
"bundledDependencies": [

utility/annotate-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "node-red-node-annotate-image",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A Node-RED node that can annotate an image",
55
"dependencies": {
6-
"pureimage": "^0.2.5"
6+
"pureimage": "^0.2.7"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/iamge-annotate"
10+
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/image-annotate"
1111
},
1212
"license": "Apache-2.0",
1313
"keywords": [

0 commit comments

Comments
 (0)