Bump formidable and swagger-client in /samples/react-bot-framework

Removes [formidable](https://github.com/node-formidable/formidable). It's no longer used after updating ancestor dependency [swagger-client](https://github.com/swagger-api/swagger-js). These dependencies need to be updated together.


Removes `formidable`

Updates `swagger-client` from 2.2.21 to 3.27.0
- [Release notes](https://github.com/swagger-api/swagger-js/releases)
- [Changelog](https://github.com/swagger-api/swagger-js/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-js/commits/v3.27.0)

---
updated-dependencies:
- dependency-name: formidable
  dependency-type: indirect
- dependency-name: swagger-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-23 01:00:11 +00:00 committed by GitHub
parent 600d6b2724
commit 66675c33f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2886 additions and 152 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
"botframework-webchat": "^4.15.6",
"react": "16.8.5",
"react-dom": "16.8.5",
"swagger-client": "^2.1.23"
"swagger-client": "^3.27.0"
},
"resolutions": {
"@types/react": "16.8.8"