diff --git a/package-lock.json b/package-lock.json index f85f8c0..3861b36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "hubot": "6.0.0", "hubot-auth": "^2.1.0", - "hubot-diagnostics": "^1.2.0", + "hubot-diagnostics": "^1.2.1", "hubot-google-images": "^0.2.7", "hubot-google-translate": "^0.2.1", "hubot-help": "^2.1.2", @@ -5149,9 +5149,9 @@ } }, "node_modules/hubot-diagnostics": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/hubot-diagnostics/-/hubot-diagnostics-1.2.0.tgz", - "integrity": "sha512-TQ572b5wS0WB+xkia5po1Xkt/GQ+UwEj4pcfuqFiCg/G4LtXUXex4/MDePsJC2Zd/tiu70nE04CLyHUbcukucA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/hubot-diagnostics/-/hubot-diagnostics-1.2.1.tgz", + "integrity": "sha512-pKZGSoL1BUwupmi90Aqy0zBzS94yliCozeCW0Wf/j3Vpzc3m+ArBrxIeftiJ59yz153EVJN9etyGdfKDtKYmXQ==", "dependencies": { "hubot": "^4.0.0" }, diff --git a/package.json b/package.json index 2218820..71352a1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "hubot": "6.0.0", "hubot-auth": "^2.1.0", - "hubot-diagnostics": "^1.2.0", + "hubot-diagnostics": "^1.2.1", "hubot-google-images": "^0.2.7", "hubot-google-translate": "^0.2.1", "hubot-help": "^2.1.2",