From 41db0add09a52ad0aa0355f5487b0d0b13669433 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 03:35: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 f5fc886..5e9e5cd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "archiver": "^0.14.4", "commander": "https://github.com/whyleee/commander.js/tarball/master", - "del": "^1.2.1", + "del": "^2.0.0", "global-tunnel": "https://github.com/whyleee/global-tunnel/tarball/master", "ini": "^1.3.4", "js-git": "^0.7.7",