From aa976a9c6a95835aaf11f066feb6b429a2ab2134 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:04:41 +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 6e1e53e..211ab88 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ }, "homepage": "https://github.com/ModClean/modclean-benchmark", "dependencies": { - "async": "^2.1.4", + "async": "^3.2.2", "chalk": "^1.1.3", "cli-table2": "^0.2.0", "commander": "^2.9.0", "dev-null": "^0.1.1", - "du": "^0.1.0", + "du": "^1.0.0", "fs-extra": "^1.0.0", "humanize": "0.0.9", "modclean": "^2.0.0",