Skip to content

Commit 5becd53

Browse files
chore(deps): update dependency ws to v7 [security]
1 parent e927cf7 commit 5becd53

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"ts-loader": "9.5.2",
213213
"tsconfig-paths": "3.10.1",
214214
"webpack": "^5.88.2",
215-
"ws": "5.2.4",
215+
"ws": "7.4.6",
216216
"xvfb-maybe": "0.2.1"
217217
},
218218
"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": "7.4.6"
9494
},
9595
"types": "lib/fixtures.ts",
9696
"license": "ISC",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11175,11 +11175,6 @@ async-function@^1.0.0:
1117511175
resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b"
1117611176
integrity sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==
1117711177

11178-
async-limiter@~1.0.0:
11179-
version "1.0.1"
11180-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
11181-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
11182-
1118311178
async-settle@^1.0.0:
1118411179
version "1.0.0"
1118511180
resolved "https://registry.yarnpkg.com/async-settle/-/async-settle-1.0.0.tgz#1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b"
@@ -33838,18 +33833,16 @@ [email protected]:
3383833833
type-fest "^0.4.1"
3383933834
write-json-file "^3.2.0"
3384033835

33841-
33842-
version "5.2.4"
33843-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
33844-
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
33845-
dependencies:
33846-
async-limiter "~1.0.0"
33847-
33848-
[email protected], ws@~7.4.2:
33836+
3384933837
version "7.4.5"
3385033838
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
3385133839
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
3385233840

33841+
[email protected], ws@~7.4.2:
33842+
version "7.4.6"
33843+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
33844+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
33845+
3385333846
3385433847
version "8.14.1"
3385533848
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"

0 commit comments

Comments
 (0)