From f971197a2256adc17f1473b97f34d6dc1aad1557 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 8 Jun 2019 06:17:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:diff:20180305 - https://snyk.io/vuln/npm:validator:20180218 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17b80a3..fd91300 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,11 @@ "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", - "mocha": "^4.0.0", + "mocha": "^5.0.3", "pg": "^4.5.1", "purecss": "^0.6.0", "react": "^0.14.3", @@ -47,7 +47,7 @@ "redux-thunk": "^2.0.1", "sinon": "^1.17.3", "turf": "^3.0.1", - "validator": "^5.7.0", + "validator": "^9.4.1", "vision": "^5.0.0" }, "scripts": {