From 8968490d351c4127fd134d184dc10fcfb1994818 Mon Sep 17 00:00:00 2001 From: jitendraashutec Date: Fri, 14 Aug 2020 13:29:32 +0530 Subject: [PATCH] BW-857 #comment used old elasticsearch package --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 32373e32f..493d1ed3d 100644 --- a/functions/package.json +++ b/functions/package.json @@ -8,7 +8,7 @@ "body-parser": "1.19.0", "cookie-parser": "^1.4.5", "cors": "2.8.5", - "elasticsearch": "^16.3.0", + "elasticsearch": "^15.5.0", "express": "4.17.1", "feed-to-json": "^1.0.3", "firebase-admin": "8.4.0",