From 9e35625a2add31adb66a8682f50a2a17b80b6a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 10:51:49 +0000 Subject: [PATCH] chore(deps): bump hubot from 6.0.0 to 11.0.3 Bumps [hubot](https://github.com/hubotio/hubot) from 6.0.0 to 11.0.3. - [Release notes](https://github.com/hubotio/hubot/releases) - [Commits](https://github.com/hubotio/hubot/compare/v6.0.0...v11.0.3) --- updated-dependencies: - dependency-name: hubot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++------------ package.json | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) 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",