diff --git a/package-lock.json b/package-lock.json index 7b299d3..b02f8e1 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.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "y18n": { "version": "4.0.0", diff --git a/package.json b/package.json index 802acf8..1937459 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.6" }, "devDependencies": { "@babel/cli": "^7.8.4",