Description
restify@^11.1.0 in package.json is no longer actively maintained. It is used in src/providers/teams-provider.js for the HTTP server.
Fix
Replace with built-in Node.js http module or Express. The Teams BotBuilder SDK supports both.
Files
package.json
src/providers/teams-provider.js
Severity
High — unmaintained dependency
Description
restify@^11.1.0in package.json is no longer actively maintained. It is used insrc/providers/teams-provider.jsfor the HTTP server.Fix
Replace with built-in Node.js
httpmodule or Express. The Teams BotBuilder SDK supports both.Files
package.jsonsrc/providers/teams-provider.jsSeverity
High — unmaintained dependency