bump some node-red-node deps and packages

some due to  long outstanding doc PRs
This commit is contained in:
Dave Conway-Jones 2020-04-03 22:29:43 +01:00
parent 3d9b3823cc
commit 0b590236a0
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red-node-pi-gpio", "name": "node-red-node-pi-gpio",
"version": "1.0.7", "version": "1.0.8",
"description": "The basic Node-RED node for Pi GPIO", "description": "The basic Node-RED node for Pi GPIO",
"dependencies" : { "dependencies" : {
}, },

View File

@ -33,7 +33,7 @@
"devDependencies": { "devDependencies": {
"exif": "^0.6.0", "exif": "^0.6.0",
"feedparser": "^2.2.9", "feedparser": "^2.2.9",
"grunt": "^1.0.4", "grunt": "^1.1.0",
"grunt-cli": "^1.3.2", "grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0", "grunt-contrib-jshint": "^2.1.0",
"grunt-jscs": "^3.0.1", "grunt-jscs": "^3.0.1",
@ -42,13 +42,13 @@
"imap": "^0.8.19", "imap": "^0.8.19",
"mailparser": "^2.7.7", "mailparser": "^2.7.7",
"markdown-it": "^10.0.0", "markdown-it": "^10.0.0",
"mocha": "~6.2.2", "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": "^1.0.4", "node-red": "^1.0.4",
"node-red-node-test-helper": "~0.2.3", "node-red-node-test-helper": "~0.2.3",
"nodemailer": "^6.4.2", "nodemailer": "^6.4.6",
"poplib": "^0.1.7", "poplib": "^0.1.7",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"pushbullet": "^2.4.0", "pushbullet": "^2.4.0",

View File

@ -1,11 +1,11 @@
{ {
"name": "node-red-node-email", "name": "node-red-node-email",
"version": "1.7.7", "version": "1.7.8",
"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",
"mailparser": "^2.7.7", "mailparser": "^2.7.7",
"nodemailer": "^6.4.2", "nodemailer": "^6.4.6",
"poplib": "^0.1.7" "poplib": "^0.1.7"
}, },
"repository": { "repository": {

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red-node-sqlite", "name": "node-red-node-sqlite",
"version": "0.4.2", "version": "0.4.3",
"description": "A sqlite node for Node-RED", "description": "A sqlite node for Node-RED",
"dependencies": { "dependencies": {
"sqlite3": "~4.1.1" "sqlite3": "~4.1.1"