From a1d6e89f906b52a1f1dd11471996d617589654dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:27:06 +0000 Subject: [PATCH] chore(deps): bump hubot from 6.0.0 to 9.1.0 Bumps [hubot](https://github.com/hubotio/hubot) from 6.0.0 to 9.1.0. - [Release notes](https://github.com/hubotio/hubot/releases) - [Commits](https://github.com/hubotio/hubot/compare/v6.0.0...v9.1.0) --- updated-dependencies: - dependency-name: hubot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++--------- package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4502a4..2282fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "ISC", "dependencies": { - "hubot": "6.0.0", + "hubot": "9.1.0", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.0", "hubot-google-images": "^0.2.7", @@ -5061,26 +5061,24 @@ } }, "node_modules/hubot": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hubot/-/hubot-6.0.0.tgz", - "integrity": "sha512-Tk7/AoLEmtDU/zyGNpEH5oCrkJDZSpEDQ6AByPS974aLkufyGTjtrrBOhoavQgJZm7s43Z9Rh0Nbkof2M+FETQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/hubot/-/hubot-9.1.0.tgz", + "integrity": "sha512-O8msjNGMUhfztzBiW9ijMl29Ac4yTfQBxSt+rA4bW/7q6Yxw6TrOW+QiY6VhqGCE7hhX6pPSkdAI9qeLSGIuMA==", "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", - "standard": "^17.1.0" + "pino": "^8.11.0" }, "bin": { "hubot": "bin/hubot" }, "engines": { - "node": "> 4.0.0", - "npm": "> 2.0.0" + "node": ">= 18", + "npm": ">= 9" } }, "node_modules/hubot-auth": { diff --git a/package.json b/package.json index 9691b0a..a6624fd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "description": "Simple implementation, would recommend [https://github.com/minddocdev/hubot](https://github.com/minddocdev/hubot) for prod.", "dependencies": { - "hubot": "6.0.0", + "hubot": "9.1.0", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.0", "hubot-google-images": "^0.2.7",