diff --git a/package-lock.json b/package-lock.json index f394e17a74..628f618ab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8698,6 +8698,16 @@ "uuid": "3.3.2", "ws": "7.1.0", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "ws": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", + "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", + "requires": { + "async-limiter": "^1.0.0" + } + } } }, "parse-json": { @@ -11066,9 +11076,9 @@ } }, "ws": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", - "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.1.tgz", + "integrity": "sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==", "requires": { "async-limiter": "^1.0.0" } diff --git a/package.json b/package.json index c848f59267..cb18e0e79a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "uuid": "3.3.2", "winston": "3.2.1", "winston-daily-rotate-file": "3.10.0", - "ws": "7.1.0" + "ws": "7.1.1" }, "devDependencies": { "@babel/cli": "7.5.5",