Bump serial port dependency to 11.0.0

This "should" fix the broken binaries on Arm/Alpine (e.g. docker)
This commit is contained in:
Ben Hardill 2023-05-12 22:04:18 +01:00
parent 11f74b3528
commit db6f169577
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-serialport",
"version" : "1.0.3",
"version" : "1.0.4",
"description" : "Node-RED nodes to talk to serial ports",
"dependencies" : {
"serialport" : "^10.5.0"
"serialport" : "^11.0.0"
},
"repository" : {
"type":"git",