From 49dca51a3c9a20f7528767b2e2e49fc2c50cd5a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 07:19:07 +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 caf4535..28cc5ba 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "npm test" }, "dependencies": { - "elasticsearch": "8.x.x", + "elasticsearch": "12.0.0", "hapi": "8.x.x", "hoek-boom": "1.x.x", "joi": "^6.9.1",