Update ws to the latest version 🚀 (#5781)

* fix(package): update ws to version 7.1.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-08 23:18:46 -07:00
committed by Antonio Davi Macedo Coelho de Castro
parent e471bb960d
commit 04a196695a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10957,9 +10957,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"
}

View File

@@ -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",