From fab0252506b80b1ad7a72bc25db659c59390a58d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 12:50:32 +0000 Subject: [PATCH] fix: samples/javascript_nodejs/49.qnamaker-all-features/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 --- .../javascript_nodejs/49.qnamaker-all-features/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/javascript_nodejs/49.qnamaker-all-features/package.json b/samples/javascript_nodejs/49.qnamaker-all-features/package.json index 614a83b8f4..6b40bf932d 100644 --- a/samples/javascript_nodejs/49.qnamaker-all-features/package.json +++ b/samples/javascript_nodejs/49.qnamaker-all-features/package.json @@ -16,9 +16,9 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "~4.13.2", - "botbuilder-ai": "~4.13.2", - "botbuilder-dialogs": "~4.13.2", + "botbuilder": "~4.19.0", + "botbuilder-ai": "~4.16.0", + "botbuilder-dialogs": "~4.19.0", "dotenv": "^8.2.0", "restify": "~8.5.1" },