Skip to content

Commit 13d9b03

Browse files
committed
Update dependency @types/ws to v8.2.2
1 parent 0831c1e commit 13d9b03

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.2.2",
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.2.2"
160+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21"
161+
integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==
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)