Bump jsonwebtoken and botframework-webchat
Removes [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken). It's no longer used after updating ancestor dependency [botframework-webchat](https://github.com/microsoft/BotFramework-WebChat). These dependencies need to be updated together. Removes `jsonwebtoken` Updates `botframework-webchat` from 4.5.2 to 4.15.6 - [Release notes](https://github.com/microsoft/BotFramework-WebChat/releases) - [Changelog](https://github.com/microsoft/BotFramework-WebChat/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/BotFramework-WebChat/compare/v4.5.2...v4.15.6) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect - dependency-name: botframework-webchat dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5b2e546d9d
commit
9ca4fd77b0
File diff suppressed because it is too large
Load Diff
|
@ -23,7 +23,7 @@
|
|||
"office-ui-fabric-react": "6.189.2",
|
||||
"@types/webpack-env": "1.13.1",
|
||||
"botframework-directlinejs": "^0.11.4",
|
||||
"botframework-webchat": "^4.5.2",
|
||||
"botframework-webchat": "^4.15.6",
|
||||
"react": "16.8.5",
|
||||
"react-dom": "16.8.5",
|
||||
"swagger-client": "^2.1.23"
|
||||
|
|
Loading…
Reference in New Issue