Skip to content

Commit

Permalink
Switch to vscode fork of sqlite3
Browse files Browse the repository at this point in the history
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:
TryGhost/node-sqlite3#1493 (comment)
Signed-off-by: David Mehren <git@herrmehren.de>
  • Loading branch information
davidmehren committed Mar 7, 2022
1 parent 32e5fc5 commit 9807394
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 301 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 9807394

Please sign in to comment.