1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

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

View File

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