diff --git a/package-lock.json b/package-lock.json index c120d71..67ec156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2393,9 +2393,9 @@ "dev": true }, "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==", "dev": true, "engines": { "node": ">=10.0.0" @@ -2478,7 +2478,7 @@ "@types/ws": "^8.5.10", "express": "^4.19.2", "typescript": "^5.4.5", - "ws": "^8.16.0" + "ws": "^8.17.0" } } } diff --git a/server/package.json b/server/package.json index af9e0b9..6671a06 100644 --- a/server/package.json +++ b/server/package.json @@ -16,6 +16,6 @@ "@types/ws": "^8.5.10", "express": "^4.19.2", "typescript": "^5.4.5", - "ws": "^8.16.0" + "ws": "^8.17.0" } }