From 89a3f53f826799c0a3ac1c3d0c8cfddb31183527 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:12:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca8624df6..d623dc326 100644 --- a/package.json +++ b/package.json @@ -61,13 +61,13 @@ "should": "^5.2.0" }, "dependencies": { - "async": "^0.9.0", + "async": "^3.2.2", "chalk": "^1.0.0", "commander": "^2.7.1", "debug": "^2.1.3", "event-stream": "3.3.4", "folderify": "^0.7.0", - "form-data": "^0.2.0", + "form-data": "^2.0.0", "har-validator-fsless": "1.6.6", "postman-collection": "3.0.8" }