diff --git a/desktop/app/package.json b/desktop/app/package.json index c79f86db2..c225870f6 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -60,7 +60,7 @@ "tmp": "^0.2.1", "uuid": "^8.1.0", "which": "^2.0.1", - "ws": "^7.2.3", + "ws": "^7.3.0", "xdg-basedir": "^4.0.0" }, "optionalDependencies": { diff --git a/desktop/headless/package.json b/desktop/headless/package.json index b50313200..9afff6656 100644 --- a/desktop/headless/package.json +++ b/desktop/headless/package.json @@ -11,7 +11,7 @@ "node-fetch": "^2.3.0", "redux": "^4.0.0", "remote-redux-devtools": "^0.5.16", - "ws": "^7.2.3", + "ws": "^7.3.0", "yargs": "^15.3.1" } } diff --git a/desktop/package.json b/desktop/package.json index 39835e5a2..ead97556f 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -101,7 +101,7 @@ "minimist": "1.2.3", "**/metro/**/temp": "0.9.0", "**/metro/**/ws": "1.1.5", - "ws": "7.2.3", + "ws": "7.3.0", "kind-of": "6.0.3" }, "devDependencies": { diff --git a/desktop/static/package.json b/desktop/static/package.json index ad37813ff..8063998ba 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -19,7 +19,7 @@ "p-map": "^4.0.0", "recursive-readdir": "^2.2.2", "uuid": "^8.1.0", - "ws": "^7.2.3", + "ws": "^7.3.0", "xdg-basedir": "^4.0.0", "yargs": "^15.3.1" } diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 968a7b7b7..6c2b1c781 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12721,10 +12721,10 @@ ws@1.1.5, ws@^1.1.5: options ">=0.0.5" ultron "1.0.x" -ws@7.1.0, ws@7.2.3, ws@^5.2.0, ws@^7, ws@^7.0.0, ws@^7.1.2, ws@^7.2.3, ws@~6.1.0: - version "7.2.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46" - integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ== +ws@7.1.0, ws@7.3.0, ws@^5.2.0, ws@^7, ws@^7.0.0, ws@^7.1.2, ws@^7.2.3, ws@^7.3.0, ws@~6.1.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd" + integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w== x-is-string@^0.1.0: version "0.1.0"