Skip to content

Commit

Permalink
fix: pin sqlite3 to 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Sep 22, 2017
1 parent 5dd0ce7 commit e740804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"license": "BSD-2-Clause",
"dependencies": {
"async": ">=2.1.5",
"sqlite3": ">=3.1.9",
"sqlite3": "3.1.11",
"pkginfo": ">=0.4.1",
"mkdirp": ">=0.3.1",
"winston": ">=0.6.2",
Expand Down

0 comments on commit e740804

Please sign in to comment.