updates package-lock too

This commit is contained in:
Mathias Scherer 2021-09-18 01:43:01 +02:00
parent ac290d18ae
commit f21a16f9bd
No known key found for this signature in database
GPG Key ID: 0B90BA0208F8DD2B

14
package-lock.json generated
View File

@ -180,14 +180,14 @@
} }
}, },
"homeassistant-ws": { "homeassistant-ws": {
"version": "0.1.3", "version": "0.2.2",
"resolved": "https://registry.npmjs.org/homeassistant-ws/-/homeassistant-ws-0.1.3.tgz", "resolved": "https://registry.npmjs.org/homeassistant-ws/-/homeassistant-ws-0.2.2.tgz",
"integrity": "sha512-VnT1HVmmyEF0FI3uY5W8rXLI3hc6F1zf0qbIZlCCICPgx8y9FiIpoDBmI4TcE4SSsGCYE7YBIsXMR7hah23YJw==", "integrity": "sha512-QxhaHpUUKo4o3MGrb+8O1xxCBlj25L/6A5Rh8/f/OmG7LkFkxHW1Iump4P66XGpZt8+i7vwAllHYYsuvJDMXTw==",
"requires": { "requires": {
"buffer": "^5.6.0", "buffer": "^5.6.0",
"events": "^3.1.0", "events": "^3.1.0",
"isomorphic-ws": "^4.0.1", "isomorphic-ws": "^4.0.1",
"ws": "^7.2.5" "ws": "^8.0.0"
} }
}, },
"http-signature": { "http-signature": {
@ -394,9 +394,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.4.4", "version": "8.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.4.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz",
"integrity": "sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==" "integrity": "sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw=="
} }
} }
} }