From 35fc3a454abf0f1c239f096e6e23a5ff708caab4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:36:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e1e53e..66a6b9d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "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",