From 2bb57e161fd8a617fff6a164d1de222ef244ea8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:00:05 +0000 Subject: [PATCH] Bump hubot from 2.19.0 to 11.0.1 Bumps [hubot](https://github.com/hubotio/hubot) from 2.19.0 to 11.0.1. - [Release notes](https://github.com/hubotio/hubot/releases) - [Commits](https://github.com/hubotio/hubot/compare/v2.19.0...v11.0.1) --- updated-dependencies: - dependency-name: hubot dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 62866d8..bf0edb5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "rxjs": "^7.8.1" }, "peerDependencies": { - "hubot": "2.x" + "hubot": "11.x" }, "author": "rixlabs", "license": "MIT", @@ -36,7 +36,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-mocha-test": "~0.13.3", "grunt-release": "~0.13.1", - "hubot": "2.x", + "hubot": "11.x", "matchdep": "~2.0.0", "mocha": "^10.2.0", "sinon": "^1.13.0",