From fba29b432e2a72e1ca04747f967489664bad1a7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 16:57:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ef852f..e1aca9b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "bluebird": "^3.4.1", - "botkit": "^0.2.2", + "botkit": "^4.0.0", "minimist": "^1.2.0", "random-words": "0.0.1", "shuffle-array": "^1.0.0",