From d3ad098b0798d10e984c973c597d6ddf9e40726d Mon Sep 17 00:00:00 2001 From: "lais.lopes" Date: Thu, 17 Aug 2023 15:15:48 -0300 Subject: [PATCH] Updates node-hid version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9741a09d..a33794ed 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "url": "https://github.com/arvydas/blinkstick-node" }, "dependencies": { - "node-hid": "1.1.0" + "node-hid": "2.1.2" } }