diff --git a/package-lock.json b/package-lock.json index e7cfaf6..8328cec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "prettier": "^3.2.5", "tsx": "^4.7.3", "typescript": "^5.4.5", - "ws": "^8.16.0" + "ws": "^8.17.1" } }, "examples/expo": { @@ -17680,9 +17680,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.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, @@ -17879,7 +17879,7 @@ "fast-equals": "^5.0.1", "mocha": "10.4.0", "mocha-remote-common": "1.12.2", - "ws": "^8.4.2" + "ws": "8.17.1" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.0", @@ -18122,7 +18122,7 @@ "debug": "^4.3.4", "flatted": "^3.3.1", "mocha-remote-common": "1.12.2", - "ws": "^8.16.0" + "ws": "8.17.1" }, "devDependencies": { "chai": "^5.1.0", diff --git a/package.json b/package.json index 146a720..b4ac3c1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettier": "^3.2.5", "tsx": "^4.7.3", "typescript": "^5.4.5", - "ws": "^8.16.0", + "ws": "^8.17.1", "nx": "^19.0.0" }, "eslintConfig": { diff --git a/packages/client/package.json b/packages/client/package.json index 5d89f6f..699a91e 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -35,7 +35,7 @@ "fast-equals": "^5.0.1", "mocha-remote-common": "1.12.2", "mocha": "10.4.0", - "ws": "^8.4.2" + "ws": "^8.17.1" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.0", diff --git a/packages/server/package.json b/packages/server/package.json index 1b48471..2ec15b2 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -35,7 +35,7 @@ "debug": "^4.3.4", "flatted": "^3.3.1", "mocha-remote-common": "1.12.2", - "ws": "^8.16.0" + "ws": "^8.17.1" }, "peerDependencies": { "mocha": "^10.3.0"