From 31569c187c75c027b2050d34005f4355fb7c67e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2019 21:59:45 +0000 Subject: [PATCH] chore: upgrade ws from 6.1.4 to 6.2.1 Snyk has created this PR to upgrade ws from 6.1.4 to 6.2.1. See this package in NPM: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/research-virtualfortknox/project/ac4dd4ad-e357-4d5a-a9f2-3e0189be8fc1?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 577c697..a24b5bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -209,9 +209,9 @@ "dev": true }, "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "balanced-match": { "version": "1.0.0", @@ -2448,9 +2448,9 @@ } }, "ws": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", - "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", + "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" } diff --git a/package.json b/package.json index feac6fa..0e6cadc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "lodash": ">=4.17.13", - "ws": "^6.1.4", + "ws": "^6.2.1", "uuid": "^3.3.2", "ajv": "^5.2.2" },