diff --git a/package-lock.json b/package-lock.json index 0c86a3c..5e7fcac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "ws": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz", - "integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==" + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz", + "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==" } } } diff --git a/package.json b/package.json index 5fce547..c95a7a0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Websocket Chat Example", "license": "MIT", "dependencies": { - "ws": "^7.4.0" + "ws": "^7.4.1" }, "readmeFilename": "README.md" }