From be55f2696cc943c096e931f36186c4d827e28f59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 04:11:11 +0000 Subject: [PATCH] fix: Node/core-State/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- Node/core-State/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/core-State/package.json b/Node/core-State/package.json index 09a3779e1c..2557c80717 100644 --- a/Node/core-State/package.json +++ b/Node/core-State/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "^3.13.1", + "botbuilder": "^4.0.6", "dotenv-extended": "^1.0.4", "restify": "^4.3.0" }