diff --git a/JavascriptServer/package-lock.json b/JavascriptServer/package-lock.json index aa8cafa..b7ffe88 100644 --- a/JavascriptServer/package-lock.json +++ b/JavascriptServer/package-lock.json @@ -15,7 +15,7 @@ "minimist": "^1.2.8", "mongoose": "^8.9.5", "semver": "^7.5.2", - "ws": "^8.17.1" + "ws": "^8.21.0" }, "devDependencies": { "@types/node": "^18.15.11", @@ -368,9 +368,10 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "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/JavascriptServer/package.json b/JavascriptServer/package.json index e470a1f..ce02a66 100644 --- a/JavascriptServer/package.json +++ b/JavascriptServer/package.json @@ -25,7 +25,7 @@ "minimist": "^1.2.8", "mongoose": "^8.9.5", "semver": "^7.5.2", - "ws": "^8.17.1" + "ws": "^8.21.0" }, "devDependencies": { "@types/node": "^18.15.11",