Package.json updated

This commit is contained in:
2026-04-13 18:53:13 +02:00
parent ae75b98faf
commit 8039060530
2 changed files with 169 additions and 88 deletions

View File

@@ -10,9 +10,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"better-sqlite3": "^12.8.0",
"better-sqlite3": "^12.9.0",
"crc-full": "^1.1.0",
"dotenv": "^17.4.0",
"serialport": "^10.5.0"
"dotenv": "^17.4.2",
"serialport": "^13.0.0"
}
}