From 88ed30780b86da79f0bd530f2b5d89f160713b16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 11:41:15 +0000 Subject: [PATCH] fix: Migration/Dispatch/javascript/14.nlp-with-dispatch/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 --- .../Dispatch/javascript/14.nlp-with-dispatch/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Migration/Dispatch/javascript/14.nlp-with-dispatch/package.json b/Migration/Dispatch/javascript/14.nlp-with-dispatch/package.json index 4706f33719..4c43330dd1 100644 --- a/Migration/Dispatch/javascript/14.nlp-with-dispatch/package.json +++ b/Migration/Dispatch/javascript/14.nlp-with-dispatch/package.json @@ -16,10 +16,10 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "~4.11.0", - "botbuilder-ai": "~4.11.0", - "botbuilder-azure": "~4.11.0", - "botbuilder-dialogs": "~4.11.0", + "botbuilder": "~4.19.0", + "botbuilder-ai": "~4.16.0", + "botbuilder-azure": "~4.19.0", + "botbuilder-dialogs": "~4.19.0", "dotenv": "^8.2.0", "restify": "~8.5.1" },