From 8ff3f73b1ae9a5933b58348af98206cdf08159de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Feb 2018 23:53:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:validator:20180218 Latest report for adriennn/lora: https://snyk.io/test/github/adriennn/lora --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d51959..380c795 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dotenv": "^4.0.0", "express": "~4.15.2", "express-rate-limit": "^2.11.0", - "express-validator": "^4.2.1", + "express-validator": "^5.0.0", "helmet": "^3.5.0", "jayson": "^2.0.3", "mongodb": "^2.2.31",