From f45acf8824167b4740fc8770490a68f384d5771a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2019 04:10:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KNEX-471962 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a719c..7e9b5a2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "handlebars": "^3.0.3", "jade": "^1.9.2", "jsonwebtoken": "^5.0.1", - "knex": "^0.8.6", + "knex": "^0.19.5", "markdown": "^0.5.0", "morgan": "^1.5.2", "nodemailer": "^1.3.4",