From 8d7c65cea84b2268da40a056b573bca7f8763c25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Aug 2018 22:56:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:qs:20170213 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95e659b..8353c2a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Stanley Zheng ", "description": "Grow's helpful robot", "dependencies": { - "hubot": "^2.11.0", + "hubot": "^3.1.0", "hubot-diagnostics": "0.0.1", "hubot-google-images": "^0.1.2", "hubot-google-translate": "^0.1.0",