diff --git a/Node/capability-SimpleTaskAutomation/package.json b/Node/capability-SimpleTaskAutomation/package.json index a40b042d35..32335920c9 100644 --- a/Node/capability-SimpleTaskAutomation/package.json +++ b/Node/capability-SimpleTaskAutomation/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0", "uuid": "^3.0.1" }, diff --git a/Node/capability-middlewareLogging/package.json b/Node/capability-middlewareLogging/package.json index bc35ef4594..2f21cb951e 100644 --- a/Node/capability-middlewareLogging/package.json +++ b/Node/capability-middlewareLogging/package.json @@ -9,7 +9,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0" } } diff --git a/Node/cards-CarouselCards/package.json b/Node/cards-CarouselCards/package.json index 64b4b444c8..94544b000a 100644 --- a/Node/cards-CarouselCards/package.json +++ b/Node/cards-CarouselCards/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0", "dotenv-extended": "^1.0.4" } diff --git a/Node/core-CreateNewConversation/package.json b/Node/core-CreateNewConversation/package.json index 67dc7da320..5cc3fa17d9 100644 --- a/Node/core-CreateNewConversation/package.json +++ b/Node/core-CreateNewConversation/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0", "dotenv-extended": "^1.0.4" } diff --git a/Node/core-MultiDialogs/package.json b/Node/core-MultiDialogs/package.json index be87581ba1..1c47e36c8c 100644 --- a/Node/core-MultiDialogs/package.json +++ b/Node/core-MultiDialogs/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "bluebird": "^3.4.7", - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0", "dotenv-extended": "^1.0.4" } diff --git a/Node/core-ProgressDIalog/package.json b/Node/core-ProgressDIalog/package.json index dbfe08856c..deccced9a4 100644 --- a/Node/core-ProgressDIalog/package.json +++ b/Node/core-ProgressDIalog/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0" } } diff --git a/Node/core-ReceiveAttachment/package.json b/Node/core-ReceiveAttachment/package.json index c80e691408..b921d8ce4b 100644 --- a/Node/core-ReceiveAttachment/package.json +++ b/Node/core-ReceiveAttachment/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "bluebird": "^3.4.7", - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "request": "^2.79.0", "request-promise": "^4.1.1", "restify": "^4.3.0", diff --git a/Node/core-State/package.json b/Node/core-State/package.json index c48f654e7f..76befc1ceb 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.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0", "dotenv-extended": "^1.0.4" } diff --git a/Node/core-basicMultiDialog/package.json b/Node/core-basicMultiDialog/package.json index 7bb312314d..c036e8d799 100644 --- a/Node/core-basicMultiDialog/package.json +++ b/Node/core-basicMultiDialog/package.json @@ -1,7 +1,7 @@ { "name": "core-basicMultiDialog", "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "dotenv": "^2.0.0", "restify": "^4.3.0" }, diff --git a/Node/core-proactiveMessages/simpleSendMessage/package.json b/Node/core-proactiveMessages/simpleSendMessage/package.json index 78a49e3151..4bcfba555d 100644 --- a/Node/core-proactiveMessages/simpleSendMessage/package.json +++ b/Node/core-proactiveMessages/simpleSendMessage/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme", "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0" } } diff --git a/Node/core-proactiveMessages/startNewDialog/package.json b/Node/core-proactiveMessages/startNewDialog/package.json index 4472e0da3e..fa42a811aa 100644 --- a/Node/core-proactiveMessages/startNewDialog/package.json +++ b/Node/core-proactiveMessages/startNewDialog/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme", "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0" } } diff --git a/Node/core-proactiveMessages/startNewDialogWithPrompt/package.json b/Node/core-proactiveMessages/startNewDialogWithPrompt/package.json index 4472e0da3e..fa42a811aa 100644 --- a/Node/core-proactiveMessages/startNewDialogWithPrompt/package.json +++ b/Node/core-proactiveMessages/startNewDialogWithPrompt/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme", "dependencies": { - "botbuilder": "^3.8.0", + "botbuilder": "^3.8.1", "restify": "^4.3.0" } }