diff --git a/package-lock.json b/package-lock.json index 9275937..47abbb5 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.0.3", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.1", "hubot-google-images": "^0.2.7", @@ -4926,26 +4926,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.0.3", + "resolved": "https://registry.npmjs.org/hubot/-/hubot-11.0.3.tgz", + "integrity": "sha512-sIIYruWhCVjuUf6ZpnOZqbPZzGnxnYAoqBGDMw7PcWpsnXz+IdhLrRhemK3BJogVbOiRnYoV1LS8xdndNHUVCQ==", "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 69dea10..aa594f8 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.0.3", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.1", "hubot-google-images": "^0.2.7",