southworks / BotBuilder-Samples

Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
https://github.com/Microsoft/BotBuilder
MIT License
6 stars 6 forks source link

[JavaScript] Update restify dependency in new samples #418

Closed ceciliaavila closed 1 year ago

ceciliaavila commented 1 year ago

minor

Proposed Changes

This PR upgrades restify to version "~10.0.0" in the remaining two samples 84.bot-authentication-certificate and 85.bot-authentication-sni . With this update, the samples will run on Node 18 without issues.

Testing

Here we can see one of the samples working after the changes. image

ceciliaavila commented 1 year ago

/promoted 3924