From 9e25afa7b03b223483c521279e6e2538dc2e1e12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2018 22:00:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 Latest report for e-llp/developer.github.com: https://snyk.io/test/github/e-llp/developer.github.com --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 118bd04c38..3d188f9555 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.1", "dependencies": { - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-coffee": "^2.3.1", "gulp-concat": "^2.6.0", "gulp-if": "^2.0.0", @@ -20,8 +20,8 @@ "gulp": "gulp" }, "repository": { - "type" : "git", - "url" : "https://github.com/github/developer.github.com.git" + "type": "git", + "url": "https://github.com/github/developer.github.com.git" }, "engines": { "node": ">= 4.0.0"