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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user