From dc44817708de343ac8d4981ed9696c966bfe6832 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:21:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa1c426..1132ef2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "express": "4.7.2", - "knex": "0.7.3", + "knex": "0.8.0", "q": "1.0.1", "body-parser": "1.9.2", "mysql": "2.5.2",