From a9d230d187866e04a648701d247dd8ab435555c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:34:55 +0000 Subject: [PATCH] fix: planting/prescriptions/shapefile-to-oadarx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- planting/prescriptions/shapefile-to-oadarx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planting/prescriptions/shapefile-to-oadarx/package.json b/planting/prescriptions/shapefile-to-oadarx/package.json index a9e352d..f834fc5 100644 --- a/planting/prescriptions/shapefile-to-oadarx/package.json +++ b/planting/prescriptions/shapefile-to-oadarx/package.json @@ -5,7 +5,7 @@ "main": "app.js", "dependencies": { "bluebird": "^2.9.24", - "lodash": "^3.7.0", + "lodash": "^4.17.17", "minimist": "^1.1.1", "shpjs": "^3.1.6" },