From 6e217cede4db4155884a5db2b477b510b1893d19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Oct 2017 08:06:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:uglify-js:20151024 - https://snyk.io/vuln/npm:uglify-js:20150824 Latest report for mattonfoot/bellhop: https://snyk.io/test/github/mattonfoot/bellhop --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8e125ff..afff430 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,11 @@ "node": "0.4.0" }, "dependencies": { - "glob": "3.1.14", - "gzip": "0.1.0", - "uglify-js": "1.3.4", - "wrench": "1.3.9" - }, - "devDependencies": { + "glob": "5.0.15", + "gzip": "0.1.0", + "uglify-js": "2.6.0", + "wrench": "1.3.9" }, + "devDependencies": {}, "private": true }