fix: require sqlite with alpine fix

This commit is contained in:
WebStreamr 2026-03-14 08:29:16 +00:00
parent b7093ed4ae
commit 0f004dc878
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -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"

View file

@ -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"