From 762c76b1fbb0bfe758c4d6b259d7983369859c0b Mon Sep 17 00:00:00 2001 From: AlessandroAU Date: Sun, 20 Aug 2023 16:15:32 +1000 Subject: [PATCH] Update package.json (#501) Bump version to fix an issue on ARM platforms --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fefe93a..ac1d7df 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ }, "dependencies": { "debug": "^4.1.1", - "serialport": "^10.4.0" + "serialport": "^11.0.0" } }