From 5d1ff8d30e01bc1b9017991b0cf31649fbb1a017 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 15:02:59 +0000 Subject: [PATCH] fix: samples/javascript_nodejs/46.teams-auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOM-3092935 --- samples/javascript_nodejs/46.teams-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/javascript_nodejs/46.teams-auth/package.json b/samples/javascript_nodejs/46.teams-auth/package.json index 6ea1524c67..2af166d85e 100644 --- a/samples/javascript_nodejs/46.teams-auth/package.json +++ b/samples/javascript_nodejs/46.teams-auth/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "~4.13.2", + "botbuilder": "~4.21.0", "botbuilder-dialogs": "~4.13.2", "dotenv": "^8.2.0", "restify": "~8.5.1"