diff --git a/package-lock.json b/package-lock.json index 06fd51d80..116ab267f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2351,7 +2351,8 @@ "async-limiter": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", + "dev": true }, "async-retry": { "version": "1.2.3", @@ -10252,7 +10253,6 @@ "@babel/runtime": "7.7.2", "@babel/runtime-corejs3": "7.7.2", "uuid": "3.3.3", - "ws": "7.2.0", "xmlhttprequest": "1.8.0" }, "dependencies": { @@ -10400,8 +10400,7 @@ "tv4": "1.3.0", "uuid": "3.3.3", "winston": "3.2.1", - "winston-daily-rotate-file": "3.10.0", - "ws": "7.2.0" + "winston-daily-rotate-file": "3.10.0" }, "dependencies": { "commander": { @@ -13607,12 +13606,9 @@ } }, "ws": { - "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" - } + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", + "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==" }, "xml-name-validator": { "version": "3.0.0", diff --git a/package.json b/package.json index 4e0618130..8a552003e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/runtime": "7.7.6", "@babel/runtime-corejs3": "7.7.6", "uuid": "3.3.3", - "ws": "7.2.0", + "ws": "7.2.1", "xmlhttprequest": "1.8.0" }, "devDependencies": {