Skip to content

Commit 5775d82

Browse files
authored
bump dep ws to 8 (#146)
1 parent 457a506 commit 5775d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
77

88
WebSocket support for [Fastify](https://github.com/fastify/fastify).
9-
Built upon [ws](https://www.npmjs.com/package/ws).
9+
Built upon [ws@8](https://www.npmjs.com/package/ws).
1010

1111
## Install
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
},
4141
"dependencies": {
4242
"fastify-plugin": "^3.0.0",
43-
"ws": "^7.5.4"
43+
"ws": "^8.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)