From d5600909bec4a8924cc2c72af7a012331cc80f2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Mar 2018 20:08:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for bobbywibowo/lolisafe:package.json: https://snyk.io/test/github/bobbywibowo/lolisafe?targetFile=package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1066f7c..c7f1247 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "knex": "^0.14.4", "multer": "^1.3.0", "randomstring": "^1.1.5", - "sqlite3": "^3.1.13" + "sqlite3": "^4.0.0" }, "devDependencies": { "standard": "^11.0.0"