Switch to vscode fork of sqlite3

Microsoft maintains a fork of the sqlite3 package at
https://github.com/microsoft/vscode-node-sqlite3

Switching to that allows us to drop various very old dependencies,
removing 5 high security alerts in the process.

References:
https://github.com/mapbox/node-sqlite3/issues/1493#issuecomment-980521241
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren
2022-03-05 13:02:24 +01:00
parent 32e5fc5114
commit 980739496b
2 changed files with 25 additions and 301 deletions

View File

@@ -94,7 +94,7 @@
"sequelize": "^5.21.1",
"shortid": "2.2.16",
"socket.io": "^2.1.1",
"sqlite3": "^5.0.0",
"sqlite3": "npm:@vscode/sqlite3@^5.0.7",
"store": "^2.0.12",
"string": "^3.3.3",
"toobusy-js": "^0.5.1",