Skip to content

Commit c5c282d

Browse files
chore(deps): update dependency ws to v7 [security]
1 parent c1f0a50 commit c5c282d

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"
@@ -33798,18 +33793,16 @@ [email protected]:
3379833793
type-fest "^0.4.1"
3379933794
write-json-file "^3.2.0"
3380033795

33801-
33802-
version "5.2.4"
33803-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
33804-
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
33805-
dependencies:
33806-
async-limiter "~1.0.0"
33807-
33808-
[email protected], ws@~7.4.2:
33796+
3380933797
version "7.4.5"
3381033798
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
3381133799
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
3381233800

33801+
[email protected], ws@~7.4.2:
33802+
version "7.4.6"
33803+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
33804+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
33805+
3381333806
3381433807
version "8.14.1"
3381533808
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"

0 commit comments

Comments
 (0)