Update to the latest mysql package (#476)

Updating from mysql 2.13 to 2.16 fixed for me a problem with error msg "Error: pool is closed" produced every few seconds in NR debug window.
This commit is contained in:
tmdoit 2018-08-13 13:29:42 +02:00 committed by Dave Conway-Jones
parent 771a49a8b0
commit 9c9af2952c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version" : "0.0.16",
"description" : "A Node-RED node to read and write to a MySQL database",
"dependencies" : {
"mysql" : "^2.13.0"
"mysql" : "^2.16.0"
},
"repository" : {
"type":"git",