From 94987692830d952cd95690308419d27339e2c5b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2018 23:51:28 +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 admindevelopment/flight-manual.atom.io: https://snyk.io/test/github/admindevelopment/flight-manual.atom.io --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0c50f73889..a8eef663e3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "description": "Atom docs", "private": true, "dependencies": { - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-coffee": "^2.3.1", "gulp-concat": "^2.6.0", "gulp-connect": "^2.2.0", @@ -29,8 +29,15 @@ "gulp-babel": "^6.1.2" }, "standard": { - "ignore": ["javascripts/search_worker.js"], + "ignore": [ + "javascripts/search_worker.js" + ], "parser": "babel-eslint", - "globals": ["$", "importScripts", "lunr", "Worker"] + "globals": [ + "$", + "importScripts", + "lunr", + "Worker" + ] } }