From cfd8e904ba0958c1f9c632fda8393db5676d5b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 22:36:20 +0000 Subject: [PATCH] fix(deps): update dependency @nordicsemiconductor/cell-geolocation-helpers to v5.0.2 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bcd7cfb9..7e3c90aa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@azure/ms-rest-nodeauth": "3.1.1", "@azure/storage-blob": "12.12.0", "@azure/storage-queue": "12.11.0", - "@nordicsemiconductor/cell-geolocation-helpers": "5.0.1", + "@nordicsemiconductor/cell-geolocation-helpers": "5.0.2", "@nordicsemiconductor/nrfcloud-location-services-tests": "2.0.11", "@nordicsemiconductor/object-to-env": "4.1.1", "@nordicsemiconductor/random-words": "6.0.0", @@ -4181,14 +4181,14 @@ } }, "node_modules/@nordicsemiconductor/cell-geolocation-helpers": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nordicsemiconductor/cell-geolocation-helpers/-/cell-geolocation-helpers-5.0.1.tgz", - "integrity": "sha512-LgCpXZZyqlWZaHHSjOFxg14eGA33K9bOikSKe7NwCLydRaSxUb8N6jl6NINosF/22v8RTG5AGkaC8P5JNuL8Rg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@nordicsemiconductor/cell-geolocation-helpers/-/cell-geolocation-helpers-5.0.2.tgz", + "integrity": "sha512-a6JV8Z/XTyGFLmKUGuKYLYVGY0Vc/Ckkk6wss27/cCaiEKnZO84D+zE/+M99n8mcIr02STexz/yIZCQvl7rtig==", "dependencies": { "@turf/distance": "6.5.0" }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=8" } }, @@ -19096,9 +19096,9 @@ } }, "@nordicsemiconductor/cell-geolocation-helpers": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nordicsemiconductor/cell-geolocation-helpers/-/cell-geolocation-helpers-5.0.1.tgz", - "integrity": "sha512-LgCpXZZyqlWZaHHSjOFxg14eGA33K9bOikSKe7NwCLydRaSxUb8N6jl6NINosF/22v8RTG5AGkaC8P5JNuL8Rg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@nordicsemiconductor/cell-geolocation-helpers/-/cell-geolocation-helpers-5.0.2.tgz", + "integrity": "sha512-a6JV8Z/XTyGFLmKUGuKYLYVGY0Vc/Ckkk6wss27/cCaiEKnZO84D+zE/+M99n8mcIr02STexz/yIZCQvl7rtig==", "requires": { "@turf/distance": "6.5.0" } diff --git a/package.json b/package.json index ad0e74d92..4dd87f9c4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@azure/ms-rest-nodeauth": "3.1.1", "@azure/storage-blob": "12.12.0", "@azure/storage-queue": "12.11.0", - "@nordicsemiconductor/cell-geolocation-helpers": "5.0.1", + "@nordicsemiconductor/cell-geolocation-helpers": "5.0.2", "@nordicsemiconductor/nrfcloud-location-services-tests": "2.0.11", "@nordicsemiconductor/object-to-env": "4.1.1", "@nordicsemiconductor/random-words": "6.0.0",