diff --git a/package-lock.json b/package-lock.json index 4ffb6fb6e8..829b90eed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11988,11 +11988,11 @@ } }, "ws": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz", - "integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", + "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", "requires": { - "async-limiter": "~1.0.0" + "async-limiter": "^1.0.0" } }, "xdg-basedir": { diff --git a/package.json b/package.json index 268f88eee2..1ad1ae8278 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "uuid": "^3.1.0", "winston": "2.4.1", "winston-daily-rotate-file": "1.7.2", - "ws": "6.1.0" + "ws": "7.1.2" }, "devDependencies": { "@babel/cli": "7.1.5",