diff --git a/package-lock.json b/package-lock.json index 8e230b1..ec6e393 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": "11.1.0", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.1", "hubot-google-images": "^0.2.7", @@ -5056,26 +5056,21 @@ } }, "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": "11.1.0", + "resolved": "https://registry.npmjs.org/hubot/-/hubot-11.1.0.tgz", + "integrity": "sha512-82RIWgOMf/1dK3Xqv0C9aIDYOM7GHt0Jzyd+pEbsP7TIr39uv+XSLD0ae/m/1LC0zNHh0hKNCpa0KUxnMzdcXw==", "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 022c877..9261f11 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": "11.1.0", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.1", "hubot-google-images": "^0.2.7",