From 200ed567b470920ee6e92a4ccf686224c0603d53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 05:48:11 +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 | 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",