diff --git a/package-lock.json b/package-lock.json index 8f068aae..cca9ea76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@amcharts/amcharts4": "4.10.38", "@microsoft/signalr": "7.0.12", - "@nordicsemiconductor/cell-geolocation-helpers": "5.0.2", + "@nordicsemiconductor/cell-geolocation-helpers": "6.0.0", "@nordicsemiconductor/rsrp-bar": "5.0.5", "@nordicsemiconductor/timestream-helpers": "4.1.3", "@react-leaflet/core": "1.0.2", @@ -6344,15 +6344,15 @@ } }, "node_modules/@nordicsemiconductor/cell-geolocation-helpers": { - "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==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@nordicsemiconductor/cell-geolocation-helpers/-/cell-geolocation-helpers-6.0.0.tgz", + "integrity": "sha512-T5zB+ecRxiEUygFIHNxSlow6w9DM6xgvkVM6yLwG0XyuxTuQ+ScYptiWbnWuRLNHnHoUp13zJhnFzhnY2UmGsg==", "dependencies": { "@turf/distance": "6.5.0" }, "engines": { "node": ">=18", - "npm": ">=8" + "npm": ">=9" } }, "node_modules/@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript": { @@ -34058,9 +34058,9 @@ } }, "@nordicsemiconductor/cell-geolocation-helpers": { - "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==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@nordicsemiconductor/cell-geolocation-helpers/-/cell-geolocation-helpers-6.0.0.tgz", + "integrity": "sha512-T5zB+ecRxiEUygFIHNxSlow6w9DM6xgvkVM6yLwG0XyuxTuQ+ScYptiWbnWuRLNHnHoUp13zJhnFzhnY2UmGsg==", "requires": { "@turf/distance": "6.5.0" } diff --git a/package.json b/package.json index ae444364..65fa4313 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@amcharts/amcharts4": "4.10.38", "@microsoft/signalr": "7.0.12", - "@nordicsemiconductor/cell-geolocation-helpers": "5.0.2", + "@nordicsemiconductor/cell-geolocation-helpers": "6.0.0", "@nordicsemiconductor/rsrp-bar": "5.0.5", "@nordicsemiconductor/timestream-helpers": "4.1.3", "@react-leaflet/core": "1.0.2",