From 5a5f36f4199d05836522eeaa0027be093ca4a4f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 15:02:51 +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-ASYNC-7414156 --- samples/javascript_nodejs/46.teams-auth/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/javascript_nodejs/46.teams-auth/package.json b/samples/javascript_nodejs/46.teams-auth/package.json index 6ea1524c67..943c5383f5 100644 --- a/samples/javascript_nodejs/46.teams-auth/package.json +++ b/samples/javascript_nodejs/46.teams-auth/package.json @@ -16,8 +16,8 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "~4.13.2", - "botbuilder-dialogs": "~4.13.2", + "botbuilder": "~4.21.0", + "botbuilder-dialogs": "~4.21.0", "dotenv": "^8.2.0", "restify": "~8.5.1" },