From cfdfc9d2a36aa451c79f33cfdb52dc422a6e6804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Feb 2025 20:57:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adc9f67..fbd178a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "rex ", "description": "A simple helpful robot for your Company", "dependencies": { - "hubot": "^2.19.0", + "hubot": "^11.3.4", "hubot-business-cat": "^1.5.1", "hubot-diagnostics": "0.0.1", "hubot-google-images": "^0.2.6",