diff --git a/package-lock.json b/package-lock.json index 4b275a5dca..a45be4fb77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10967,9 +10967,9 @@ } }, "ws": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.0.1.tgz", - "integrity": "sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==", + "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" } diff --git a/package.json b/package.json index e114d79e72..3731053a0b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "uuid": "3.3.2", "winston": "3.2.1", "winston-daily-rotate-file": "3.9.0", - "ws": "7.0.1" + "ws": "7.1.0" }, "devDependencies": { "@babel/cli": "7.5.0",