From e28758a9c7f11f2f31b32e59006509cfbf7841a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 07:11:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- 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",