From 51b054cea1132d035ff66d219791e90292436b1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Oct 2020 21:27:45 +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 3b7ce01..c43ee9e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "dependencies": { "eslint-config-trails": "^2.0.6", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-babel": "^6.1.2", "gulp-plumber": "^1.1.0", "gulp-sass": "^3.1.0",