From dcd58dfe4d41fd7f7016af377af8d485ae72596d Mon Sep 17 00:00:00 2001 From: DanielJDufour Date: Sat, 12 Aug 2023 09:49:08 -0400 Subject: [PATCH] updated cross-fetch, georaster, and mathjs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 48e0f71..811e187 100644 --- a/package.json +++ b/package.json @@ -61,14 +61,14 @@ "@turf/combine": "^6.5.0", "bbox-fns": "^0.13.0", "calc-stats": "^2.2.0", - "cross-fetch": "^3.1.6", + "cross-fetch": "^4.0.0", "dufour-peyton-intersection": "0.2.0", "fast-max": "^0.4.0", "fast-min": "^0.3.0", "faster-median": "^1.0.0", - "georaster": "^1.5.6", + "georaster": "^1.6.0", "get-depth": "^0.0.3", - "mathjs": "^11.8.0", + "mathjs": "^11.9.1", "mpoly": "^0.2.0", "preciso": "^0.12.0", "proj4": "^2.9.0",