From 39771e1d4b64c95244366d1d048c56942e4bf63b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2018 23:51:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 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..c2d98e6f54 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "gulp": "^3.9.0", "gulp-coffee": "^2.3.1", "gulp-concat": "^2.6.0", - "gulp-connect": "^2.2.0", + "gulp-connect": "^5.4.0", "gulp-if": "^2.0.0", "gulp-minify-css": "^1.2.1", "gulp-replace": "^0.5.4", @@ -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" + ] } }