fix: upgrade node-hid from 0.4.1 to 0.7.9

Snyk has created this PR to upgrade node-hid from 0.4.1 to 0.7.9.

See this package in npm:
https://www.npmjs.com/package/node-hid

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/31432bcb-0d81-48d5-a666-f06693026839?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-05-13 03:28:33 +00:00
parent 041342d511
commit 7b3b31922d
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version" : "0.0.7",
"description" : "A Node-RED node to control a Digispark RGB LED",
"dependencies" : {
"node-hid" : "0.4.*"
"node-hid" : "0.7.9"
},
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
"repository" : {