From 93c5f1897733b9102664bd5687367aeba5c6b5a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 04:49:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9095256..15a893c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "license": "ISC", "dependencies": { - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-util": "^3.0.6", "object-assign": "^3.0.0", "should": "^7.1.0",