diff --git a/package-lock.json b/package-lock.json index 7b299d3..6f57e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8006,12 +8006,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" }, "y18n": { "version": "4.0.0", diff --git a/package.json b/package.json index 802acf8..38c2360 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "restify": "^8.5.1", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.4.2", - "ws": "^6.2.1" + "ws": "^7.4.5" }, "devDependencies": { "@babel/cli": "^7.8.4",