Bump sqlite3 dependency for web proxy

This commit is contained in:
Dannon Baker
2018-02-21 08:32:24 -05:00
parent 7715838dbb
commit af0b40ea95
+2 -2
View File
@@ -11,9 +11,9 @@
"url": "https://bitbucket.org/galaxy/galaxy-central"
},
"dependencies": {
"commander": "~2.2",
"eventemitter3": "0.1.6",
"http-proxy": "1.6.0",
"commander": "~2.2",
"sqlite3": "3.1.8"
"sqlite3": "3.1.13"
}
}