From f9b2235bda2939deb05b5b3c3e11fa27b811003f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 06:22:13 +0000 Subject: [PATCH] fix: upgrade hubot-diagnostics from 0.0.1 to 0.0.2 Snyk has created this PR to upgrade hubot-diagnostics from 0.0.1 to 0.0.2. See this package in npm: https://www.npmjs.com/package/hubot-diagnostics See this project in Snyk: https://app.snyk.io/org/rx007/project/7a8915ca-4f5e-4666-922f-7c59dff81fae?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adc9f67..7c32cff 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "hubot": "^2.19.0", "hubot-business-cat": "^1.5.1", - "hubot-diagnostics": "0.0.1", + "hubot-diagnostics": "0.0.2", "hubot-google-images": "^0.2.6", "hubot-google-translate": "^0.2.0", "hubot-help": "^0.2.0",