From d1e5edf0f1e4aa02ba38950c9846f83ca591dd3e Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 17:50:58 +0100 Subject: [PATCH] feat(deps): Update pelias-dbclient to v3.1.0 This adds some new diagnostics for errors from https://github.com/pelias/dbclient/pull/129 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a775159e2..975db0da8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "minimist": "^1.2.0", "pelias-blacklist-stream": "^1.0.0", "pelias-config": "^6.0.0", - "pelias-dbclient": "^3.0.0", + "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.2.1", "pelias-model": "^10.2.0", "pelias-wof-admin-lookup": "^7.8.0",