Skip to content

Commit 1c04244

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

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.18.1",
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.18.1"
160+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9"
161+
integrity sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==
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)