From 624719ff96a54764a3d8ec328f6c360cda030b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:22:58 +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 5468f9a..03157ac 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "browserify-istanbul": "^0.2.1", "chai": "^3.4.1", "gulp": "^3.9.0", - "gulp-shell": "^0.5.2", + "gulp-shell": "^0.7.1", "gulp-sourcemaps": "^1.6.0", "gulp-util": "^3.0.5", "karma": "^0.13.9",