This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
chore: update ws to earliest fixed version #448
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.
Issue #, if available:
Description of changes:
Updates ws to the earliest fixed version as noted in the alert (7.5.10) https://github.com/aws-amplify/learn/security/dependabot/90
Before:
![Screenshot 2024-06-19 at 1 49 24 PM](https://private-user-images.githubusercontent.com/376920/341166963-43ae70e3-022f-49d2-9b2f-a897204b2a86.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzYwODMsIm5iZiI6MTczOTIzNTc4MywicGF0aCI6Ii8zNzY5MjAvMzQxMTY2OTYzLTQzYWU3MGUzLTAyMmYtNDlkMi05YjJmLWE4OTcyMDRiMmE4Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMTAzMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NWMwNTk1NjcxZmViOGE4ZWVhMzlhN2E5N2FmZjdlMmI0ZmZjYzIyZjRkZDM0ODUyM2RiMjc2NTMxNjM2ZDZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.U7cYZ8nVmJM_awMmmB6lI9xO2VIq_55FBN65xa5LGfs)
After
![Screenshot 2024-06-19 at 1 53 58 PM](https://private-user-images.githubusercontent.com/376920/341167015-8fc8f579-232d-4b4a-b758-d111cac01ec2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzYwODMsIm5iZiI6MTczOTIzNTc4MywicGF0aCI6Ii8zNzY5MjAvMzQxMTY3MDE1LThmYzhmNTc5LTIzMmQtNGI0YS1iNzU4LWQxMTFjYWMwMWVjMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMTAzMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zYzJhMTFhZWZmYjU0OTViOGJlOGQ3NGY2ZDIwMmI5Y2I0ZTExM2Y3MjRkMmFjOWRjNGYyMWIwYjEwOGNkMjQwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Aj3ouZKeAvuI4PMMCnMcm8ZdmkJRBveXRi2mmdIJ078)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.