Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a dependency issue with express open redirect vulnerability (#7003)
# Pull Request ## 📖 Description This fixes a vulnerability with express for open redirects. ## 👩💻 Reviewer Notes The SSR test site is not exposed publicly, nevertheless to close out some vulnerability alerts this change was made. ## ✅ Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [ ] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.
- Loading branch information