Skip to content

Commit ff2e241

Browse files
Update dependency @types/ws to v8.5.7
1 parent 0831c1e commit ff2e241

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/dotenv-flow": "3.2.0",
3535
"@types/node": "16.11.10",
3636
"@types/redis": "2.8.32",
37-
"@types/ws": "8.2.0",
37+
"@types/ws": "8.5.7",
3838
"@typescript-eslint/eslint-plugin": "5.4.0",
3939
"@typescript-eslint/parser": "5.4.0",
4040
"eslint": "8.3.0",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,14 @@
155155
dependencies:
156156
"@types/node" "*"
157157

158-
"@types/[email protected]", "@types/ws@^8.2.0":
158+
159+
version "8.5.7"
160+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.7.tgz#1ca585074fe5d2c81dec7a3d451f244a2a6d83cb"
161+
integrity sha512-6UrLjiDUvn40CMrAubXuIVtj2PEfKDffJS7ychvnPU44j+KVeXmdHHTgqcM/dxLUTHxlXHiFM8Skmb8ozGdTnQ==
162+
dependencies:
163+
"@types/node" "*"
164+
165+
"@types/ws@^8.2.0":
159166
version "8.2.0"
160167
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.0.tgz#75faefbe2328f3b833cb8dc640658328990d04f3"
161168
integrity sha512-cyeefcUCgJlEk+hk2h3N+MqKKsPViQgF5boi9TTHSK+PoR9KWBb/C5ccPcDyAqgsbAYHTwulch725DV84+pSpg==

0 commit comments

Comments
 (0)