Downgrade sqlite3

This commit is contained in:
Jonas Lochmann
2022-01-17 01:00:00 +01:00
parent f028b99bbc
commit b148492d59
2 changed files with 3513 additions and 3781 deletions
+3511 -3779
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -64,11 +64,11 @@
"rate-limiter-flexible": "^2.1.15",
"sequelize": "^6.11.0",
"socket.io": "^4.0.1",
"sqlite3": "^4.0.6",
"sqlite3": "^4.0.0",
"tokgen": "^1.0.0",
"umzug": "^2.3.0"
},
"optionalDependencies": {
"sqlite3": "^4.0.6"
"sqlite3": "^4.0.0"
}
}