From e9afb7959b666d06ae601d7aa52166041b92c144 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 00:20:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 --- 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",