From bfb512f30e72bcd2a8fb263aa1cfaf6c14b15427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:03:58 +0000 Subject: [PATCH] Bump hubot from 2.19.0 to 8.0.3 Bumps [hubot](https://github.com/hubotio/hubot) from 2.19.0 to 8.0.3. - [Release notes](https://github.com/hubotio/hubot/releases) - [Commits](https://github.com/hubotio/hubot/compare/v2.19.0...v8.0.3) --- 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..ff017c8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "rxjs": "^7.8.1" }, "peerDependencies": { - "hubot": "2.x" + "hubot": "8.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": "8.x", "matchdep": "~2.0.0", "mocha": "^10.2.0", "sinon": "^1.13.0",