fix(dependencies): resolve 2026-08 security advisories - #48
Merged
Conversation
Bump and override devDependencies to clear 18 npm audit findings (1 critical, 6 high, 10 moderate, 1 low), now 0: - cypress 13.15 -> 15.21.1: drops extract-zip (all versions vulnerable, GHSA-jmr9-qjv8-65gv) and updates the @cypress/request chain - npm override >=11.19.1: npm bundles tar via bundleDependencies; 11.19.1 ships fixed tar 7.5.22 / brace-expansion 5.0.9 / undici 6.28.0 - tar devDep floor >=7.5.21, esbuild ^0.28.2, webpack-dev-server ^5.2.6 (v6 needs Node >=22) - new overrides: ws >=8.21.0, uuid >=11.1.1, ip-address >=10.3.1, http-proxy-middleware >=2.0.10, qs >=6.15.2 Verified: npm audit 0, prettier clean, build passes, e2e 9/9. Co-Authored-By: Claude Code <noreply@anthropic.com>
gabriel-taufer
marked this pull request as ready for review
August 31, 2026 17:18
lbiasuz
approved these changes
Aug 31, 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
Clears all 15 advisories from the vuln dashboard (18 findings in
npm audit, including one critical it rates higher than the dashboard):npm auditnow reports 0 vulnerabilities.Changes
Direct devDependency bumps:
New/updated
overrides(transitive deps Dependabot can't reach):ws >=8.21.0— CVE-2026-48779 (uninitialized memory disclosure)ip-address >=10.3.1— CVE-2026-69192 + 69198 + 54272uuid >=11.1.1— CVE-2026-41907 (consumers sockjs / @cypress/request both userequire('uuid').v4, compatible with v11)qs >=6.15.2— CVE-2026-8723 (also clears the express/body-parser chains; body-parser itself bumped to 1.20.6)http-proxy-middleware >=2.0.10— CVE-2026-55602npm >=11.19.1— npm bundlestarviabundleDependenciesso overrides can't reach it; 11.19.1 ships fixed tar 7.5.22, brace-expansion 5.0.9, undici 6.28.0 internallyNotes
Verification
npm audit→ 0 vulnerabilitiesnpm run format:check→ cleannpm run build(tsc + esbuild) → passescypress runagainstwebpack serve→ 9/9 passing on Cypress 15.21.1🤖 Generated with Claude Code