try to solve binary dependencies

This commit is contained in:
Jan Prochazka
2021-12-25 12:42:32 +01:00
parent 568e60c52e
commit 1f00d06588
6 changed files with 146 additions and 75 deletions

View File

@@ -19,7 +19,7 @@
"dependencies": {
"async-lock": "^1.2.4",
"axios": "^0.21.1",
"better-sqlite3-with-prebuilds": "^7.4.3",
"better-sqlite3": "^7.4.5",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"byline": "^5.0.0",
@@ -74,6 +74,6 @@
"webpack-cli": "^3.3.11"
},
"optionalDependencies": {
"msnodesqlv8": "^2.4.0"
"msnodesqlv8": "^2.4.4"
}
}