diff --git a/desktop/app/package.json b/desktop/app/package.json index a4527958f..c006d7ae5 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -75,7 +75,7 @@ "tmp": "^0.2.1", "uuid": "^8.3.2", "which": "^2.0.1", - "ws": "^7.4.6", + "ws": "^7.5.0", "xdg-basedir": "^4.0.0" }, "optionalDependencies": { diff --git a/desktop/static/package.json b/desktop/static/package.json index 8c7553ea8..eaf3f4bca 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -10,7 +10,7 @@ "mac-ca": "^1.0.6", "mkdirp": "^1.0.4", "node-fetch": "^2.6.1", - "ws": "^7.4.6", + "ws": "^7.5.0", "xdg-basedir": "^4.0.0", "yargs": "^16.2.0" } diff --git a/desktop/yarn.lock b/desktop/yarn.lock index cbec7cabf..b628e8490 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -13685,10 +13685,10 @@ ws@1.1.5, ws@^1.1.5: options ">=0.0.5" ultron "1.0.x" -ws@^7.4.5, ws@^7.4.6, ws@~7.4.2: - version "7.4.6" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" - integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== +ws@^7.4.5, ws@^7.4.6, ws@^7.5.0, ws@~7.4.2: + version "7.5.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.0.tgz#0033bafea031fb9df041b2026fc72a571ca44691" + integrity sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw== xdg-basedir@^4.0.0: version "4.0.0"