From af2d48f011707cf932102b2f03d5ce769946a8b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 20:08:07 +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 582addf..dc2aa05 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "vinyl-source-stream": "^1.0.0" }, "dependencies": { - "del": "^1.1.1", + "del": "^2.0.0", "gulp-cached": "^1.0.4", "gulp-jscs": "^1.4.0", "gulp-plumber": "^1.0.0",