From 587b67979791e5871b920ba30423843b1456fecf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 04:32:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c86c0..f49c678 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.0.0", "mbtiles": "^0.8.2", "md5": "^2.0.0", "mkdirp": "^0.5.1",