From e037832d979f8ba511d6230d6393e9e40edbf767 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 04:10:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a719c..691cc60 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.11.0", "markdown": "^0.5.0", "morgan": "^1.5.2", "nodemailer": "^1.3.4",