mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 08:08:54 +08:00
fix high severity vulnerabilities by using my fork sqlite3 package
This commit is contained in:
@@ -649,9 +649,7 @@ async function initDatabase() {
|
||||
}
|
||||
|
||||
console.log("Connecting to Database")
|
||||
R.setup("sqlite", {
|
||||
filename: Database.path,
|
||||
});
|
||||
Database.connect();
|
||||
console.log("Connected")
|
||||
|
||||
// Patch the database
|
||||
|
Reference in New Issue
Block a user