From d61da613330728095f7d2eeea486cddcf79fdb5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 02:12:04 +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 b17e98a..a382ad4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "zip": "node-lambda package -p build -n handler" }, "dependencies": { - "async": "^1.5.2", + "async": "^3.2.2", "cheerio": "^0.20.0", "request": "^2.72.0" },