Skip to content

Commit 95a1c3b

Browse files
chore(deps): bump joi and botbuilder
Removes [joi](https://github.com/hapijs/joi). It's no longer used after updating ancestor dependency [botbuilder](https://github.com/Microsoft/botbuilder-js). These dependencies need to be updated together. Removes `joi` Updates `botbuilder` from 3.15.0 to 3.30.0 - [Release notes](https://github.com/Microsoft/botbuilder-js/releases) - [Commits](https://github.com/Microsoft/botbuilder-js/commits) --- updated-dependencies: - dependency-name: joi dependency-version: dependency-type: indirect - dependency-name: botbuilder dependency-version: 3.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f4d8b4 commit 95a1c3b

2 files changed

Lines changed: 92 additions & 78 deletions

File tree

samples/react-aadtokenprovider-bot/bot/package-lock.json

Lines changed: 91 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/react-aadtokenprovider-bot/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "app.js",
66
"dependencies": {
7-
"botbuilder": "3.15.0",
7+
"botbuilder": "3.30.0",
88
"botbuilder-azure": "^4.23.3",
99
"node-fetch": "2.1.2",
1010
"restify": "7.2.1"

0 commit comments

Comments
 (0)