enisdenjo / graphql-ws

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
https://the-guild.dev/graphql/ws
MIT License
1.75k stars 162 forks source link

fix: upgrade ws to 8.17.1 to fix CVE-2024-37890 #591

Open sternma opened 3 weeks ago

sternma commented 3 weeks ago

This PR upgrades the ws dependency from version 8.12.0 to 8.17.1 to address the security vulnerability described in CVE-2024-37890.

Changes Made:

Reason for Change:

Testing Done:

References:

Please review and let me know if any further changes are needed.