From 98369f8239c4d4ac2fdcbbf3b87168b856257716 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 07:08:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-8161998 - https://snyk.io/vuln/SNYK-JS-BASICAUTHCONNECT-8136828 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01d3188..32a1fc8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "hubot" ], "dependencies": { - "hubot": ">= 2.6.0 < 3" + "hubot": ">=3.1.0" }, "devDependencies": { "chai": "latest",