From 0e211e7d1ff11c7c3c1e86aef1882b3874dd00cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 00:05:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85de928..97bfbde 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ "compression": "^1.5.0", "cors": "^2.7.1", "elastic.js": "^1.2.0", - "elasticsearch": "^10.1.3", + "elasticsearch": "^12.0.0", "elasticsearch-reindex": "^1.1.12", "express": "^4.13.3", "express-init": "0.0.1", "express-limiter": "^1.6.0", "fs-extra": "^0.26.2", "ipaddr.js": "^1.2.0", - "lodash": "^3.10.1", + "lodash": "^4.17.5", "moment": "^2.13.0", "mongoose": "^4.4.20", "morgan": "^1.7.0",