From cb29fe6677af2451f81eb49b847ef45858788041 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 02:44:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fcc8696e..a131c0225 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "async": "^2.0.0-rc.5", "back": "^1.0.1", "body-parser": "^1.14.2", - "botbuilder": "^3.2.3", + "botbuilder": "^4.0.6", "botkit-studio-sdk": "^1.0.0", "clone": "2.0.0", "command-line-args": "^3.0.0",