From 01102a1ee62eb0b0dddc27e7f8cfa6cff1b78c62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 11:18:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1ceccf..7349081 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An API for OpenVA SCC Business Records DB", "main": "api.js", "dependencies": { - "elasticsearch": "^3.0.0", + "elasticsearch": "^12.0.0", "hapi": "^7.3.0", "hapi-route-directory": "0.0.4", "joi": "^4.7.0",