fix: require sqlite with alpine fix
This commit is contained in:
parent
b7093ed4ae
commit
0f004dc878
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -30,7 +30,7 @@
|
|||
"rot13-cipher": "^1.0.0",
|
||||
"slugify": "^1.6.6",
|
||||
"socks-proxy-agent": "^8.0.5",
|
||||
"sqlite3": "^6.0.0",
|
||||
"sqlite3": "^6.0.1",
|
||||
"tough-cookie": "^6.0.0",
|
||||
"unpacker": "^1.0.1",
|
||||
"winston": "^3.17.0"
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
"rot13-cipher": "^1.0.0",
|
||||
"slugify": "^1.6.6",
|
||||
"socks-proxy-agent": "^8.0.5",
|
||||
"sqlite3": "^6.0.0",
|
||||
"sqlite3": "^6.0.1",
|
||||
"tough-cookie": "^6.0.0",
|
||||
"unpacker": "^1.0.1",
|
||||
"winston": "^3.17.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue