From 2128d39750be6f01a09e1abbefc36e087fb7d976 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:05:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 848e72b..0d99198 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "austinhuang", "license": "BSD-3-Clause", "dependencies": { - "botbuilder": "3.15.0", + "botbuilder": "4.0.6", "request": "^2.83.0", "express": "^4.16.2", "decode-html": "^2.0.0",