Updates dependencies.
This commit is contained in:
		
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							@@ -19,7 +19,7 @@ function checkRoot() {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (!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);
 | 
					  process.exit(1);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1044
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1044
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "pongoos-cmd-sender",
 | 
					  "name": "pongoos-cmd-sender",
 | 
				
			||||||
  "version": "1.1.0",
 | 
					  "version": "1.1.1",
 | 
				
			||||||
  "description": "Send command to a device connected and running pongOS.",
 | 
					  "description": "Send command to a device connected and running pongOS.",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
@@ -13,6 +13,6 @@
 | 
				
			|||||||
    "url": "https://github.com/Yaya48/pongoOS-Controller/issues"
 | 
					    "url": "https://github.com/Yaya48/pongoOS-Controller/issues"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "usb": "^1.7.0"
 | 
					    "usb": "^1.9.2"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user