From 4bf542a73809630bcb41f4212b0ef27f7ea7c389 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:21:31 +0100 Subject: [PATCH] feat(deps): Update pelias-wof-admin-lookup to v7.11.0 This adds support for Node.js 22. It also standardizes our wof-admin-lookup dependency version across importers, it had drifted a bit. https://github.com/pelias/pelias/issues/950 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d22329..90f60a2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.4.1", "pelias-model": "^10.0.0", - "pelias-wof-admin-lookup": "^7.3.0", + "pelias-wof-admin-lookup": "^7.11.0", "request": "^2.34.0", "split2": "^4.1.0", "through2": "^3.0.0",