From a0f70bac2d5defde81b20e20b7dedc734acbc2d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2019 21:48:46 +0000 Subject: [PATCH] chore: upgrade ws from 6.1.0 to 7.1.2 Snyk has created this PR to upgrade ws from 6.1.0 to 7.1.2. See this package in NPM: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/739e5ee4-600f-42f5-8957-c469f2355292?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",