Skip to content

Commit 991b1e9

Browse files
Update dependency @types/ws to v8.5.5
1 parent 0831c1e commit 991b1e9

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.5",
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.5"
160+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb"
161+
integrity sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==
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)