diff --git a/package-lock.json b/package-lock.json index 1d452f05..88b37297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8997,7 +8997,6 @@ "@babel/runtime": "7.6.3", "@babel/runtime-corejs3": "7.6.3", "uuid": "3.3.3", - "ws": "7.1.2", "xmlhttprequest": "1.8.0" } }, @@ -11424,9 +11423,9 @@ } }, "ws": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", - "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", + "integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", "requires": { "async-limiter": "^1.0.0" } diff --git a/package.json b/package.json index 6572ad06..dfaa5883 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "uuid": "3.3.3", "winston": "3.2.1", "winston-daily-rotate-file": "3.10.0", - "ws": "7.1.2" + "ws": "7.2.0" }, "devDependencies": { "@babel/cli": "7.6.4",