Skip to content

Commit fbd5bf6

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

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.4",
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.4"
160+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
161+
integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==
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)