microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.82k stars 756 forks source link

chore: update botframework-webchat to v4.15.1 #2376

Closed OEvgeny closed 2 years ago

OEvgeny commented 2 years ago

Close #2375

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.01%) to 67.617% when pulling 186439a9ab17df687ac58c88f1fcc2552d620779 on OEvgeny:chore/update-webchat into 135c3a8e09285deb9a4b12a38b0043a9221a354e on microsoft:main.

tonyanziano commented 2 years ago

Were there no package-lock.json updates?

OEvgeny commented 2 years ago

@tonyanziano updated packages are not listed in the root package.json. The package-lock.json at the repo root contains only root dependencies to me. Other lock files for other packages are getting ignored by git. See .gitignore

tonyanziano commented 2 years ago

Cool, just checking.