From f21a16f9bdfb20cbf10f46739ab057a3fc073ddf Mon Sep 17 00:00:00 2001 From: Mathias Scherer Date: Sat, 18 Sep 2021 01:43:01 +0200 Subject: [PATCH] updates package-lock too --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09adf2a..183ba70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -180,14 +180,14 @@ } }, "homeassistant-ws": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/homeassistant-ws/-/homeassistant-ws-0.1.3.tgz", - "integrity": "sha512-VnT1HVmmyEF0FI3uY5W8rXLI3hc6F1zf0qbIZlCCICPgx8y9FiIpoDBmI4TcE4SSsGCYE7YBIsXMR7hah23YJw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/homeassistant-ws/-/homeassistant-ws-0.2.2.tgz", + "integrity": "sha512-QxhaHpUUKo4o3MGrb+8O1xxCBlj25L/6A5Rh8/f/OmG7LkFkxHW1Iump4P66XGpZt8+i7vwAllHYYsuvJDMXTw==", "requires": { "buffer": "^5.6.0", "events": "^3.1.0", "isomorphic-ws": "^4.0.1", - "ws": "^7.2.5" + "ws": "^8.0.0" } }, "http-signature": { @@ -394,9 +394,9 @@ } }, "ws": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.4.tgz", - "integrity": "sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==" + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz", + "integrity": "sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==" } } }