Upgrade websocket-driver from 0.3.0 to 0.3.1

This fixes a DoS we found:
https://github.com/faye/faye-websocket-node/issues/26
This commit is contained in:
David Glasser
2013-12-02 16:49:09 -08:00
parent b1cc446fc8
commit 0a4663bafd

View File

@@ -10,7 +10,7 @@
"version": "0.7.0",
"dependencies": {
"websocket-driver": {
"version": "0.3.0"
"version": "0.3.1"
}
}
}