chore(security): fix 4 vulnerabilities #27882
Closed
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.
Additional details
Running
yarn audit
shows a lot of vulnerabilities. I am currently in the process of trying to trim some of these down in order to satisfy some of the security requirements at my company, and managed to remove 1 critical and 3 high sev vulnerabilities using resolutions. I did try and tackle more, however there were a LOT of breaking changes for a decent amount of them. I tried to find the guidelines for making these kinds of security-focused, dependency upgrades, but didn't find anything specific, so I apologize if I've missed a step or guideline somewhere!Steps to test
Installation and testing seemed unchanged with these resolutions, and while I am not yet familiar enough with the entire build process for Cypress, I imagine there is not much to test aside from ensuring no incompatibilities have been added that the tests did not otherwise miss.
How has the user experience changed?
Realistically, it shouldn't change UX!
PR Tasks
cypress-documentation
? N/Atype definitions
? N/A