diff --git a/companion/package-lock.json b/companion/package-lock.json index 0db8013..2f2dbc5 100644 --- a/companion/package-lock.json +++ b/companion/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "onnxruntime-node": "^1.19.0", - "ws": "^8.16.0" + "ws": "^8.21.0" } }, "node_modules/adm-zip": { @@ -281,9 +281,9 @@ } }, "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/companion/package.json b/companion/package.json index 282c69e..d3b4417 100644 --- a/companion/package.json +++ b/companion/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "onnxruntime-node": "^1.19.0", - "ws": "^8.16.0" + "ws": "^8.21.0" }, "license": "AGPL-3.0-or-later" }