diff --git a/package-lock.json b/package-lock.json index 5cd4f86..295a815 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.0.2", "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.0.2", + "resolved": "https://registry.npmjs.org/hubot/-/hubot-9.0.2.tgz", + "integrity": "sha512-IOB4pTW7Ku4tdgmmCyqia6FsUZ2i9jziQKD/tv11LBmxopeLChWXraSqPgJYjZ7kGDwoSa/agZiYth39lXD6yg==", "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 64c199f..3beeac4 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.0.2", "hubot-auth": "^2.1.0", "hubot-diagnostics": "^1.2.0", "hubot-google-images": "^0.2.7",