Update ws to the latest version 🚀 (#5180)

* fix(package): update ws to version 6.1.2

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

6
package-lock.json generated
View File

@@ -11988,9 +11988,9 @@
}
},
"ws": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.1.tgz",
"integrity": "sha512-tfSg0NBK1w9FkVhIftPp2lWPoFu3AInndGyydLPTNSIA4o1V7GveE2fCTF7kFmHZ/+NGVObBptvFXwzF7ALXDQ==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz",
"integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==",
"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.1"
"ws": "6.1.2"
},
"devDependencies": {
"@babel/cli": "7.1.5",