Bump serial port (#999)

* 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-25 08:59:05 +00:00 committed by GitHub
parent 9f9d293461
commit 612ff93161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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",