From 195f059ff472e44b8301ff269ebd23cb80615828 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 13 Mar 2024 15:43:35 +0100 Subject: [PATCH] feat(es8): support elasticsearch v8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f713ff9..e1a3657 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "lodash": "^4.16.0", "minimist": "^1.2.0", "pelias-blacklist-stream": "^1.0.0", - "pelias-config": "^5.2.0", - "pelias-dbclient": "^2.15.0", + "pelias-config": "^6.0.0", + "pelias-dbclient": "^3.0.0", "pelias-logger": "^1.3.0", - "pelias-model": "^9.4.0", + "pelias-model": "^10.0.0", "pelias-wof-admin-lookup": "^7.8.0", "through2": "^3.0.0", "through2-filter": "^3.0.0",