diff --git a/desktop/app/package-lock.json b/desktop/app/package-lock.json index c02a91e74..7c90b681c 100644 --- a/desktop/app/package-lock.json +++ b/desktop/app/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@stomp/stompjs": "7.0.0", "electron-store": "8.2.0", - "ws": "8.16.0" + "ws": "8.17.0" } }, "node_modules/@stomp/stompjs": { @@ -318,9 +318,9 @@ } }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "engines": { "node": ">=10.0.0" }, diff --git a/desktop/app/package.json b/desktop/app/package.json index dcfa04ca5..257403d06 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -13,6 +13,6 @@ "dependencies": { "@stomp/stompjs": "7.0.0", "electron-store": "8.2.0", - "ws": "8.16.0" + "ws": "8.17.0" } }