Updates dependencies.

This commit is contained in:
Yaya48 2021-12-14 22:58:10 +01:00
parent 57804f3ce8
commit 5262138c94
3 changed files with 34 additions and 1016 deletions

View File

@ -19,7 +19,7 @@ function checkRoot() {
};
if (!checkRoot()) {
log("Please run ass root", "error");
log(`Please run ass root (Current UID = ${process.getuid()}, Need UID = 0)`, "error");
process.exit(1);
};

1046
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "pongoos-cmd-sender",
"version": "1.1.0",
"version": "1.1.1",
"description": "Send command to a device connected and running pongOS.",
"main": "index.js",
"repository": {
@ -13,6 +13,6 @@
"url": "https://github.com/Yaya48/pongoOS-Controller/issues"
},
"dependencies": {
"usb": "^1.7.0"
"usb": "^1.9.2"
}
}