From 4543f86bed1928d38c4f5fef16296b1e6584a3c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 16:04:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c86c0..a6a1dfe 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Erik Vullings ", "license": "MIT", "dependencies": { - "async": "^1.5.2", + "async": "^3.2.2", "carto": "^0.15.3", "express": "^4.13.3", "mapnik": "^3.5.2",