We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457a506 commit 5775d82Copy full SHA for 5775d82
README.md
@@ -6,7 +6,7 @@
6
[](https://standardjs.com/)
7
8
WebSocket support for [Fastify](https://github.com/fastify/fastify).
9
-Built upon [ws](https://www.npmjs.com/package/ws).
+Built upon [ws@8](https://www.npmjs.com/package/ws).
10
11
## Install
12
package.json
@@ -40,6 +40,6 @@
40
},
41
"dependencies": {
42
"fastify-plugin": "^3.0.0",
43
- "ws": "^7.5.4"
+ "ws": "^8.0.0"
44
}
45
0 commit comments