Skip to content

Commit 15c6cdc

Browse files
chore(deps): update dependency ws to v7 [security]
1 parent 3c6a092 commit 15c6cdc

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"tsconfig-paths": "3.10.1",
201201
"tslint": "^6.1.3",
202202
"webpack": "^5.88.2",
203-
"ws": "5.2.4",
203+
"ws": "7.4.6",
204204
"xvfb-maybe": "0.2.1"
205205
},
206206
"files": [

system-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"systeminformation": "5.21.7",
8989
"temp-dir": "^2.0.0",
9090
"webpack": "^5.88.2",
91-
"ws": "5.2.4"
91+
"ws": "7.4.6"
9292
},
9393
"types": "lib/fixtures.ts",
9494
"license": "ISC",

yarn.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -32552,18 +32552,16 @@ [email protected]:
3255232552
safe-buffer "~5.1.0"
3255332553
ultron "~1.1.0"
3255432554

32555-
32556-
version "5.2.4"
32557-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
32558-
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
32559-
dependencies:
32560-
async-limiter "~1.0.0"
32561-
32562-
[email protected], ws@~7.4.2:
32555+
3256332556
version "7.4.5"
3256432557
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
3256532558
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
3256632559

32560+
[email protected], ws@~7.4.2:
32561+
version "7.4.6"
32562+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
32563+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
32564+
3256732565
3256832566
version "8.14.1"
3256932567
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"

0 commit comments

Comments
 (0)