From ab632c41186dadff9416716b47d37a49b59eee63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 10:59:41 +0000 Subject: [PATCH] fix: goof/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MORGAN-72579 - https://snyk.io/vuln/npm:brace-expansion:20170302 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:ms:20170412 --- goof/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goof/package.json b/goof/package.json index 2300e7e8a..acbde62ed 100644 --- a/goof/package.json +++ b/goof/package.json @@ -33,13 +33,13 @@ "method-override": "latest", "moment": "2.15.1", "mongoose": "4.2.4", - "morgan": "latest", + "morgan": "1.9.1", "ms": "^0.7.1", "npmconf": "0.0.24", "optional": "^0.1.3", "st": "0.2.4", "stream-buffers": "^3.0.1", - "tap": "^5.7.0", + "tap": "^5.8.0", "adm-zip": "0.4.7", "file-type": "^8.1.0" },