temporarily using sqlite3 until next release to fix vulnerabilities

This commit is contained in:
Daniel
2021-10-08 07:41:18 +02:00
parent f908484973
commit f3ffb69d3a
2 changed files with 144 additions and 266 deletions

View File

@@ -18,7 +18,7 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"sqlite3": "^5"
"sqlite3": "git+https://github.com/mapbox/node-sqlite3"
},
"scripts": {
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",