Skip to content

chore(deps): resolve open Dependabot advisories in test subprojects#126

Open
bpapillon wants to merge 2 commits into
mainfrom
fix-dependabot-ws-diff-subprojects
Open

chore(deps): resolve open Dependabot advisories in test subprojects#126
bpapillon wants to merge 2 commits into
mainfrom
fix-dependabot-ws-diff-subprojects

Conversation

@bpapillon
Copy link
Copy Markdown
Contributor

Patches the two open Dependabot alerts, both transitive deps in hand-maintained (.fernignore) test subprojects:

  • testapp (ws <8.20.1, medium): the committed lockfile had stale entries — it captured the SDK's dependency subtree from an E2E run, even though the SDK is installed dynamically at test time and isn't declared in package.json (only redis is). Regenerating the lockfile prunes that orphaned subtree; ws drops out with it.
  • scripts/webhook-test-server (diff <4.0.4, low): bumped transitively to 4.0.4 (within the existing ^4.0.1 range from ts-node).

npm audit reports 0 vulnerabilities in both subprojects after the change. No package.json edits.

bpapillon added 2 commits May 25, 2026 08:04
…sory

The committed lockfile had captured the SDK dependency subtree from an E2E
run (the SDK is installed dynamically at test time, not declared in
package.json). Regenerating the lockfile prunes that stale subtree; the
vulnerable transitive ws (<8.20.1) drops out with it.
@bpapillon bpapillon self-assigned this May 25, 2026
@bpapillon bpapillon marked this pull request as ready for review May 25, 2026 15:05
@bpapillon bpapillon requested a review from a team as a code owner May 25, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant