Update ws to the latest version 🚀 (#5179)

* fix(package): update ws to version 6.1.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2018-11-17 07:53:16 +00:00
committed by peril-parse-community[bot]
parent e04fd9e7fe
commit e1de2763c3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11988,9 +11988,9 @@
}
},
"ws": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz",
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.1.tgz",
"integrity": "sha512-tfSg0NBK1w9FkVhIftPp2lWPoFu3AInndGyydLPTNSIA4o1V7GveE2fCTF7kFmHZ/+NGVObBptvFXwzF7ALXDQ==",
"requires": {
"async-limiter": "~1.0.0"
}

View File

@@ -42,7 +42,7 @@
"uuid": "^3.1.0",
"winston": "2.4.1",
"winston-daily-rotate-file": "1.7.2",
"ws": "6.1.0"
"ws": "6.1.1"
},
"devDependencies": {
"@babel/cli": "7.1.5",