Skip to content

Commit

Permalink
fix(package): update sqlite3 to version 4.0.2 (#40)
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
lukechilds authored and Jytesh committed Apr 17, 2021
1 parent d0d7d1e commit 8e5324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyv-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@keyv/sql": "1.1.2",
"pify": "3.0.0",
"sqlite3": "3.1.13"
"sqlite3": "4.0.2"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down

0 comments on commit 8e5324e

Please sign in to comment.