From 1f638e857bef3cf6087188d7016268d3a46e2742 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 3 Dec 2024 18:26:04 +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 0728214..0442cc9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pelias-dbclient": "^3.1.0", "pelias-logger": "^1.2.1", "pelias-model": "^10.0.0", - "pelias-wof-admin-lookup": "^7.8.0", + "pelias-wof-admin-lookup": "^7.11.0", "split2": "^3.1.1", "through2": "^3.0.0" },