From 76dc1cb16e5fc72afb2e1ab06761b71ca161124b Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 16 May 2022 09:16:17 -0400 Subject: [PATCH] feat(deps): Upgrade to wof-admin-lookup 7.7.0 This includes the changes in https://github.com/pelias/wof-admin-lookup/pull/311 that help with using the `boundary.country` API parameter with `dependency` placetypes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e636db..ab27ae2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pelias-dbclient": "^2.13.0", "pelias-logger": "^1.2.1", "pelias-model": "^9.2.0", - "pelias-wof-admin-lookup": "^7.0.0", + "pelias-wof-admin-lookup": "^7.7.0", "split2": "^3.1.1", "through2": "^3.0.0" },