From c946a539837f7230ca5cf2016f7539aa2980c0b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 05:43:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 85de928..acb1724 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-init": "1.1.1", "express-limiter": "^1.6.0", "fs-extra": "^0.26.2", "ipaddr.js": "^1.2.0", - "lodash": "^3.10.1", + "lodash": "^4.17.20", "moment": "^2.13.0", "mongoose": "^4.4.20", "morgan": "^1.7.0",