From 4dae2e1c4c47413614f6bf58ef9618e20ad4fc41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:15:55 +0000 Subject: [PATCH] chore(deps): bump hubot-diagnostics from 1.2.1 to 2.1.3 Bumps [hubot-diagnostics](https://github.com/hubotio/hubot-diagnostics) from 1.2.1 to 2.1.3. - [Release notes](https://github.com/hubotio/hubot-diagnostics/releases) - [Commits](https://github.com/hubotio/hubot-diagnostics/compare/v1.2.1...v2.1.3) --- updated-dependencies: - dependency-name: hubot-diagnostics dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++----------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3861b36..908a230 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.1", + "hubot-diagnostics": "^2.1.3", "hubot-google-images": "^0.2.7", "hubot-google-translate": "^0.2.1", "hubot-help": "^2.1.2", @@ -5149,36 +5149,14 @@ } }, "node_modules/hubot-diagnostics": { - "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" - }, + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/hubot-diagnostics/-/hubot-diagnostics-2.1.3.tgz", + "integrity": "sha512-r8VCoQomXta0xEzDbKQ7qz9/lmZJna/XGhgDefZrub1Y0NYp22G6QihwrHq4MYIWtentFVoi6aUCz800EM1lww==", "engines": { - "node": "> 4.0.0" - } - }, - "node_modules/hubot-diagnostics/node_modules/hubot": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hubot/-/hubot-4.1.0.tgz", - "integrity": "sha512-v8KHU0u4mQn3E0OTNIq+iHUkaUtusDPZsnZPyaObay4xMaheqFzB7TsSTajpULyIC/MngwAoKjc+Cx60ujHFKQ==", - "dependencies": { - "async": "^3.2.4", - "cline": "^0.8.2", - "coffeescript": "^2.7.0", - "connect-multiparty": "^2.2.0", - "express": "^4.18.2", - "express-basic-auth": "^1.2.1", - "optparse": "^1.0.5", - "pino": "^8.11.0" - }, - "bin": { - "hubot": "bin/hubot" + "node": ">= 18" }, - "engines": { - "node": "> 4.0.0", - "npm": "> 2.0.0" + "peerDependencies": { + "hubot": ">= 9 || 0.0.0-development" } }, "node_modules/hubot-google-images": { diff --git a/package.json b/package.json index 71352a1..b67250e 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.1", + "hubot-diagnostics": "^2.1.3", "hubot-google-images": "^0.2.7", "hubot-google-translate": "^0.2.1", "hubot-help": "^2.1.2",