From 53a05a9234d8a87aeb14bb91472d68900662fbcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 09:25:06 +0000 Subject: [PATCH] fix: packages/botkit/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-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- packages/botkit/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/botkit/package.json b/packages/botkit/package.json index 2ac8a219..ed89224b 100644 --- a/packages/botkit/package.json +++ b/packages/botkit/package.json @@ -31,12 +31,12 @@ "url": "https://github.com/howdyai/botkit.git" }, "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^1.20.3", "botbuilder": "^4.8.0", "botbuilder-dialogs": "^4.8.0", "botframework-connector": "^4.8.0", "debug": "^4.1.0", - "express": "^4.17.1", + "express": "^4.21.0", "mustache": "^4.0.1", "path": "^0.12.7", "request": "^2.88.0",