From 0a5bee41a483d44432eb0cc6035ded32433f1e8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Feb 2021 03:19:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c86c0..c605e9d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "async": "^1.5.2", "carto": "^0.15.3", "express": "^4.13.3", - "mapnik": "^3.5.2", + "mapnik": "^4.5.6", "mbtiles": "^0.8.2", "md5": "^2.0.0", "mkdirp": "^0.5.1",