From da80e3dc6d0ff9b1a014a7bd02e818488cbf5749 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 06:21:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 Latest report for code4hr/okcandidate-v1: https://snyk.io/test/github/code4hr/okcandidate-v1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17b80a3..815a095 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "isomorphic-fetch": "^2.2.1", "joi": "^13.0.0", "jsdom": "^8.1.0", - "knex": "^0.11.10", + "knex": "^0.14.3", "loaders.css": "^0.1.2", "lodash": "^4.6.1", "material-ui": "^0.14.4",