From 558c6fb27acb0bbc79c2a942bfa72ec176c0ac2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 May 2023 16:26:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01d3188..964d61c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "hubot" ], "dependencies": { - "hubot": ">= 2.6.0 < 3" + "hubot": ">=3.5.0" }, "devDependencies": { "chai": "latest",