From 810dd8152c25d3b74021007a9eacdd8de5bd7020 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 11 Jul 2017 12:06:22 +0300 Subject: [PATCH] fix(security): updated compression lib in package.json to reduce vulnerabilities (#1812) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 Latest report for meanjs/mean: https://snyk.io/test/github/meanjs/mean --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 650ad35cd6..2128504918 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "body-parser": "~1.17.1", "bower": "~1.8.0", "chalk": "~1.1.3", - "compression": "~1.6.2", + "compression": "~1.7.0", "connect-flash": "~0.1.1", "connect-mongo": "~1.3.2", "cookie-parser": "~1.4.1",