Skip to content

Commit 3b5292f

Browse files
chore(deps): update dependency ws to v8 [security]
1 parent d0570f8 commit 3b5292f

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"tsconfig-paths": "3.10.1",
210210
"tslint": "^6.1.3",
211211
"webpack": "^5.88.2",
212-
"ws": "5.2.4",
212+
"ws": "8.17.1",
213213
"xvfb-maybe": "0.2.1"
214214
},
215215
"files": [

system-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"systeminformation": "^5.27.7",
9191
"temp-dir": "^2.0.0",
9292
"webpack": "^5.88.2",
93-
"ws": "5.2.4"
93+
"ws": "8.17.1"
9494
},
9595
"types": "lib/fixtures.ts",
9696
"license": "ISC",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10807,11 +10807,6 @@ async-function@^1.0.0:
1080710807
resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b"
1080810808
integrity sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==
1080910809

10810-
async-limiter@~1.0.0:
10811-
version "1.0.1"
10812-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
10813-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
10814-
1081510810
async-settle@^1.0.0:
1081610811
version "1.0.0"
1081710812
resolved "https://registry.yarnpkg.com/async-settle/-/async-settle-1.0.0.tgz#1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b"
@@ -33055,13 +33050,6 @@ [email protected]:
3305533050
type-fest "^0.4.1"
3305633051
write-json-file "^3.2.0"
3305733052

33058-
33059-
version "5.2.4"
33060-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
33061-
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
33062-
dependencies:
33063-
async-limiter "~1.0.0"
33064-
3306533053
[email protected], ws@~7.4.2:
3306633054
version "7.4.5"
3306733055
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
@@ -33072,6 +33060,11 @@ [email protected]:
3307233060
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"
3307333061
integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==
3307433062

33063+
33064+
version "8.17.1"
33065+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
33066+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
33067+
3307533068
3307633069
version "8.2.2"
3307733070
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.2.tgz#ca684330c6dd6076a737250ed81ac1606cb0a63e"

0 commit comments

Comments
 (0)