fix: Upgrade express dependency to latest version #4747
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#minor
Description
This PR fixes the 'outputs backtracking regular expressions' issue with the
path-to-regexp
package by upgrading it to a safe version.Specific Changes
express
dependency to the latest version 4.21.0 in botbuilder-dialogs-adaptive-runtime-integration-express and testing/bot-integration to upgrade the transitive dependencypath-to-regex
.Testing
This image shows the safe version of the
![image](https://private-user-images.githubusercontent.com/44245136/367845844-9f8a8fe7-4597-4a7b-ac83-9e99d40df6b5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzkzNzQsIm5iZiI6MTczOTI3OTA3NCwicGF0aCI6Ii80NDI0NTEzNi8zNjc4NDU4NDQtOWY4YThmZTctNDU5Ny00YTdiLWFjODMtOWU5OWQ0MGRmNmI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEzMDQzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVhZTdkZDc1ZDI1MDMxYWNiZDE5YWU0MmM4YTM4NTVlMWRhZTI2Y2U2ZGFiY2NkNzE1Mzg4NWVmNTQ3ZGI4OTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OfaiEkS-QcUqvkWtJv2yEAMJSeDI_B1IgXlFVZapXRo)
path-to-regex
package being installed.