From 94aeeaebf6b9b07895257509e911a8d087cb3b18 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 29 Sep 2025 16:38:19 +0200 Subject: [PATCH] feat(deps): upgrade pelias dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de2f3cb..96dfe71 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "mapzen", "version": "0.0.0-development", "description": "Pelias polyline importer", - "homepage": "https://github.com/mapzen/pelias-polyline", + "homepage": "https://github.com/pelias/polylines", "license": "MIT", "main": "index.js", "scripts": { @@ -25,7 +25,7 @@ "openstreetmap" ], "bugs": { - "url": "https://github.com/mapzen/pelias-polylines/issues" + "url": "https://github.com/pelias/polylines/issues" }, "engines": { "node": ">=10.0.0" @@ -39,9 +39,9 @@ "minimist": "^1.2.0", "pelias-config": "^6.0.0", "pelias-dbclient": "^3.1.0", - "pelias-logger": "^1.2.1", - "pelias-model": "^10.0.0", - "pelias-wof-admin-lookup": "^7.12.0", + "pelias-logger": "^1.6.0", + "pelias-model": "^10.6.0", + "pelias-wof-admin-lookup": "^7.15.0", "split2": "^3.1.1", "through2": "^3.0.0" },