From 1464ccd38edc9651a7f7760e5702d95a74292c74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 03:32:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6402bc..28b64a7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@mapbox/geojson-area": "^0.2.2", - "@oada/cerebral-module": "^2.1.4", + "@oada/cerebral-module": "^4.0.0", "@turf/bbox": "^6.0.1", "@turf/centroid": "^6.0.2", "Promise": "^1.0.5",