fix(deps): bump ws to 8.21.0 and form-data to 4.0.6 for Snyk vulns#288
Merged
Conversation
Resolves two Snyk-reported dependency vulnerabilities (dev/build tooling only, not shipped in the meerkat runtime): - ISS-331765 (High, SNYK-JS-WS-17344547): ws 8.20.1 -> 8.21.0. Bumps the existing overrides pin; ws is pulled transitively via @module-federation/dts-plugin (Nx dev tooling). - ISS-328921 (Medium, SNYK-JS-FORMDATA-17337015): form-data 4.0.5 -> 4.0.6. Adds a new overrides entry; form-data is pulled via verdaccio -> @cypress/request (devDependencies). Verified locally with `snyk test --dev`: both issue keys no longer appear (0 occurrences), no remaining form-data/ws vulnerable paths.
zaidjan-devrev
approved these changes
Jul 1, 2026
vpbs2
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Resolves two Snyk-reported dependency vulnerabilities in build/dev tooling (neither package ships in the meerkat runtime):
SNYK-JS-WS-17344547wsoverride8.20.1→8.21.0SNYK-JS-FORMDATA-17337015form-dataoverride →4.0.6Why
overrides(pulled transitively by@module-federation/dts-plugin, Nx dev tooling). Bumped the existing pin to the patched release.verdaccio→@cypress/request(devDependencies). Added a newoverridesentry to force the patched release.Both are dev/build-time only — not in the shipped meerkat runtime.
Verification
Ran
npx snyk test --dev --strict-out-of-sync=falselocally against the DevRev org:SNYK-JS-WS-17344547: 0 occurrencesSNYK-JS-FORMDATA-17337015: 0 occurrencesform-data/wsvulnerable pathspackage-lock.jsonregenerated vianpm install; resolvesws@8.21.0andform-data@4.0.6.